Share via


UsbDeviceDescriptor.MaxPacketSize0 Property

Definition

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.

Applies to