UsbDeviceDescriptor.BcdDeviceRevision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
裝置定義的修訂編號。