Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbBulkInEndpointDescriptor.MaxPacketSize | maxPacketSize property

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

Syntax

Public ReadOnly Property MaxPacketSize As UInteger

Property value

Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

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.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

See also

UsbBulkInEndpointDescriptor

 

 

Show:
© 2014 Microsoft. All rights reserved.