Keysight VISA.NET Help
Data Property (UsbInterruptEventArgs)



The data being transferred over the USB bus when the interrupt occurred, no longer than the expected maximum size.
Syntax
'Declaration
 
Public ReadOnly Property Data As Byte()
'Usage
 
Dim instance As UsbInterruptEventArgs
Dim value() As Byte
 
value = instance.Data
public byte[] Data {get;}
public:
property array<byte>^ Data {
   array<byte>^ get();
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025