UsbBulkInEndpointDescriptor.EndpointNumber 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 USB endpoint number of the bulk IN endpoint.
public:
property byte EndpointNumber { byte get(); };
byte EndpointNumber();
public byte EndpointNumber { get; }
var byte = usbBulkInEndpointDescriptor.endpointNumber;
Public ReadOnly Property EndpointNumber As Byte
Property Value
Byte
byte
The endpoint number of the bulk 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.