次の方法で共有


UsbDeviceDescriptor.BcdUsb プロパティ

定義

USB デバイス記述子の bcdUSB フィールドを取得します。 値は、デバイスが準拠している USB 仕様のバージョンを示します。

public:
 property unsigned int BcdUsb { unsigned int get(); };
uint32_t BcdUsb();
public uint BcdUsb { get; }
var uInt32 = usbDeviceDescriptor.bcdUsb;
Public ReadOnly Property BcdUsb As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

デバイスが準拠する USB 仕様のバージョン。

適用対象