次の方法で共有


UsbDeviceDescriptor.NumberOfConfigurations プロパティ

定義

USB デバイス記述子の bNumConfigurations フィールドを取得します。 値は、デバイスでサポートされている USB 構成の合計数を示します。

public:
 property byte NumberOfConfigurations { byte get(); };
byte NumberOfConfigurations();
public byte NumberOfConfigurations { get; }
var byte = usbDeviceDescriptor.numberOfConfigurations;
Public ReadOnly Property NumberOfConfigurations As Byte

プロパティ値

Byte

byte

デバイスでサポートされている USB 構成の合計数を示す数値。

適用対象