Keysight VISA.NET Help
MaximumInterruptSize Property (UsbSession)



Specifies the maximum number of bytes that this USB device will send on the interrupt IN pipe.
Syntax
'Declaration
 
Public Property MaximumInterruptSize As Short
'Usage
 
Dim instance As UsbSession
Dim value As Short
 
instance.MaximumInterruptSize = value
 
value = instance.MaximumInterruptSize
public short MaximumInterruptSize {get; set;}
public:
property short MaximumInterruptSize {
   short get();
   void set (    short value);
}
Remarks

The range is between Int16.MinValue and Int16.MaxValue, inclusive. Negative values are converted to unsigned integers between Int16.MaxValue + 1 and UInt16.MaxValue before they are used.The default value is the same as the maximum packet size of the interrupt IN pipe.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025