UsbBulkInEndpointDescriptor.MaxPacketSize Property

Definition

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

public:
 property unsigned int MaxPacketSize { unsigned int get(); };
uint32_t MaxPacketSize();
public uint MaxPacketSize { get; }
var uInt32 = usbBulkInEndpointDescriptor.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 derived from 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.

Applies to