Keysight VISA.NET Help
UsbInterruptEventArgs Constructor



True if the data size exceeded the maximum size allowed by the USB interface.
The data that was being transferred over the USB bus when the interrupt occurred, no longer than the expected maximum size.
Initializes a new instance of the UsbInterruptEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal exceededMaximumSize As Boolean, _
   ByVal data() As Byte _
)
'Usage
 
Dim exceededMaximumSize As Boolean
Dim data() As Byte
 
Dim instance As New UsbInterruptEventArgs(exceededMaximumSize, data)
public UsbInterruptEventArgs( 
   bool exceededMaximumSize,
   byte[] data
)
public:
UsbInterruptEventArgs( 
   bool exceededMaximumSize,
   array<byte>^ data
)

Parameters

exceededMaximumSize
True if the data size exceeded the maximum size allowed by the USB interface.
data
The data that was being transferred over the USB bus when the interrupt occurred, no longer than the expected maximum size.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025