次の方法で共有


UsbDeviceDescriptor.BcdDeviceRevision プロパティ

定義

USB デバイス記述子の bcdDeviceRevision フィールドを取得します。 値は、デバイスによって定義されたリビジョン番号を示し、2 進数の 10 進数です。

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

プロパティ値

UInt32

unsigned int

uint32_t

デバイスによって定義されるリビジョン番号。

適用対象