共用方式為


UsbDeviceDescriptor.BcdDeviceRevision 屬性

定義

取得 USB 裝置描述項的 bcdDeviceRevision 欄位。 值表示裝置所定義的修訂編號,而且是二進位編碼十進位數。

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

裝置定義的修訂編號。

適用於