Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 826 Bytes

usbinterruptinendpointdescriptor_maxpacketsize.md

File metadata and controls

23 lines (16 loc) · 826 Bytes
-api-id -api-type
P:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.MaxPacketSize
winrt property

Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.MaxPacketSize

-description

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

-property-value

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.

-examples

-see-also