UsbDeviceDescriptor.BcdDeviceRevision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bcdDeviceRevision field of the USB device descriptor. The value indicates the revision number defined by the device and is a binary-coded decimal number.
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
Property Value
The revision number defined by the device.