UsbDeviceDescriptor.NumberOfConfigurations 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 bNumConfigurations field of the USB device descriptor. The value indicates the total count of USB configurations supported by the device.
public:
property byte NumberOfConfigurations { byte get(); };
byte NumberOfConfigurations();
public byte NumberOfConfigurations { get; }
var byte = usbDeviceDescriptor.numberOfConfigurations;
Public ReadOnly Property NumberOfConfigurations As Byte
Property Value
Byte
byte
A number that indicates the total count of USB configurations supported by the device.