UsbDeviceDescriptor.NumberOfConfigurations Property

Definition

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.

Applies to