UsbDeviceDescriptor.BcdUsb Property

Definition

Gets the bcdUSB field of the USB device descriptor. The value indicates the version of the USB specification to which the device conforms.

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

Property Value

UInt32

unsigned int

uint32_t

The version of the USB specification to which the device conforms.

Applies to