UsbEndpointDescriptor.EndpointNumber Property

Definition

Gets the USB endpoint number.

public:
 property byte EndpointNumber { byte get(); };
byte EndpointNumber();
public byte EndpointNumber { get; }
var byte = usbEndpointDescriptor.endpointNumber;
Public ReadOnly Property EndpointNumber As Byte

Property Value

Byte

byte

The USB endpoint number. That number is in Bit 3...0 of the bEndpointAddress field of an 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