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