Freigeben über


UsbEndpointDescriptor.EndpointType Eigenschaft

Definition

Ruft den Typ des USB-Endpunkts ab.

public:
 property UsbEndpointType EndpointType { UsbEndpointType get(); };
UsbEndpointType EndpointType();
public UsbEndpointType EndpointType { get; }
var usbEndpointType = usbEndpointDescriptor.endpointType;
Public ReadOnly Property EndpointType As UsbEndpointType

Eigenschaftswert

Eine UsbEndpointType-Konstante , die den Typ des USB-Endpunkts angibt. Dieser Wert ist Bit 1...0 des BmAttributes-Felds eines Endpunktdeskriptors. Weitere Informationen finden Sie unter Tabelle 9-13 in der Universal Serial Bus Specification (Version 2.0) oder Tabelle 9-18 in der Universal Serial Bus 3.0-Spezifikation.

Gilt für: