UsbEndpointDescriptor.EndpointType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。