UsbDeviceDescriptor.BcdUsb 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 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
The version of the USB specification to which the device conforms.