| Ivi.Visa Namespace > IUsbSession Interface : Interrupt Event |
'DeclarationEvent Interrupt As EventHandler(Of UsbInterruptEventArgs)
'UsageDim instance As IUsbSession Dim handler As EventHandler(Of UsbInterruptEventArgs) AddHandler instance.Interrupt, handler
event EventHandler<UsbInterruptEventArgs> Interrupt
event EventHandler<UsbInterruptEventArgs^>^ Interrupt
The event handler receives an argument of type UsbInterruptEventArgs containing data related to this event. The following UsbInterruptEventArgs properties provide information specific to this event.
| Property | 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. |
Current with Keysight IO Libraries Suite 18