UsbEndpointDescriptor.EndpointType 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 type of USB endpoint.
public:
property UsbEndpointType EndpointType { UsbEndpointType get(); };
UsbEndpointType EndpointType();
public UsbEndpointType EndpointType { get; }
var usbEndpointType = usbEndpointDescriptor.endpointType;
Public ReadOnly Property EndpointType As UsbEndpointType
Property Value
A UsbEndpointType constant that indicates the type of USB endpoint. This value is Bit 1...0 of the bmAttributes 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.