| Keysight.Visa Namespace > UsbSession Class : MaximumInterruptSize Property |
'DeclarationPublic Property MaximumInterruptSize As Short
'UsageDim instance As UsbSession Dim value As Short instance.MaximumInterruptSize = value value = instance.MaximumInterruptSize
public short MaximumInterruptSize {get; set;}
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.
Current with Keysight IO Libraries Suite 18