UsbInterruptInEndpointDescriptor.MaxPacketSize Property

Definition

Gets the maximum number of bytes that can be sent to or received (in a packet) from this endpoint.

public:
 property unsigned int MaxPacketSize { unsigned int get(); };
uint32_t MaxPacketSize();
public uint MaxPacketSize { get; }
var uInt32 = usbInterruptInEndpointDescriptor.maxPacketSize;
Public ReadOnly Property MaxPacketSize As UInteger

Property Value

UInt32

unsigned int

uint32_t

Indicates the maximum packet size of the endpoint. This value is the wMaxPacketSize field value of the endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.

Remarks

The MaxPacketSize property value does not necessarily indicate the number of bytes that will be read at a time, in one interval.

Applies to