UsbDeviceDescriptor.MaxPacketSize0 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bMaxPacketSize0 field of the USB device descriptor. The value indicates the maximum packet size, in bytes, for endpoint zero of the device. This value can be 8, 16, 32, or 64.
public:
property byte MaxPacketSize0 { byte get(); };
byte MaxPacketSize0();
public byte MaxPacketSize0 { get; }
var byte = usbDeviceDescriptor.maxPacketSize0;
Public ReadOnly Property MaxPacketSize0 As Byte
Property Value
Byte
byte
The maximum packet size, in bytes, for endpoint zero of the device.