UsbBulkInEndpointDescriptor.MaxPacketSize 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 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
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.