IUsb::MaximumInterruptSize
Description
Specifies the maximum number of bytes that this USB device will send on the interrupt IN pipe. The default value is the same as the maximum packet size of the interrupt IN pipe.
VB Prototype
Dim value As Short
value = object.MaximumInterruptSize
object.MaximumInterruptSize = value
C++ Prototype
HRESULT get_MaximumInterruptSize(
short* MaximumInterruptSize
);
HRESULT put_MaximumInterruptSize(
short MaximumInterruptSize
);
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, ManufacturerID, ManufacturerName, ModelCode, ModelName, Is4882Compliant, UsbSerialNumber, UsbInterfaceNumber, UsbProtocol, MaximumInterruptSize, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, ControlREN, ControlOut, ControlIn, IUsb Overview