UsbInterruptInEndpointDescriptor.EndpointNumber プロパティ

定義

割り込み IN エンドポイントの USB エンドポイント番号を取得します。

public:
 property byte EndpointNumber { byte get(); };
byte EndpointNumber();
public byte EndpointNumber { get; }
var byte = usbInterruptInEndpointDescriptor.endpointNumber;
Public ReadOnly Property EndpointNumber As Byte

プロパティ値

Byte

byte

割り込み IN エンドポイントのエンドポイント番号。 この数値は、エンドポイント記述子の bEndpointAddress フィールドのビット 3...0 にあります。 詳細については、ユニバーサル シリアル バス仕様 (バージョン 2.0) の表 9-13、またはユニバーサル シリアル バス 3.0 仕様の表 9-18 を参照してください。

適用対象