次の方法で共有


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 フィールドのビット 1...0 です。 詳細については、ユニバーサル シリアル バス仕様 (バージョン 2.0) の表 9-13、またはユニバーサル シリアル バス 3.0 仕様の表 9-18 を参照してください。

適用対象