UsbDeviceDescriptor.BcdDeviceRevision Property

Definition

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

UInt32

unsigned int

uint32_t

The revision number defined by the device.

Applies to