UsbInterruptInEndpointDescriptor.EndpointNumber Property

Definition

Gets the USB endpoint number of the interrupt IN endpoint.

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

Property Value

Byte

byte

The endpoint number of the interrupt IN endpoint. 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