The following tables list the members exposed by UsbInterruptEventArgs.
Public Properties
| | Name | Description |
 | CustomEventType |
A value that uniquely identifies an implementation-specific event type.
(Inherited from Ivi.Visa.VisaEventArgs) |
 | Data |
The data being transferred over the USB bus when the interrupt occurred, no longer
than the expected maximum size.
|
 | EventType |
The VISA.NET standard event type.
(Inherited from Ivi.Visa.VisaEventArgs) |
 | ExceededMaximumSize |
Indicates whether the data size exceeded the maximum size allowed by the USB interface.
|
Top
See Also