共用方式為


UsbEndpointDescriptor.EndpointType 屬性

定義

取得 USB 端點的類型。

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

屬性值

指出 USB 端點類型的 UsbEndpointType 常數。 此值為端點描述元之 bmAttributes 欄位的 Bit 1...0。 如需詳細資訊,請參閱通用序列匯流排規格中的表格 9-13 (2.0 版) 或通用序列匯流排 3.0 規格中的表 9-18。

適用於