UsbConfigurationDescriptor.ConfigurationValue Property

Definition

Gets the bConfigurationValue field of a USB configuration descriptor. The value is the number that identifies the configuration.

public:
 property byte ConfigurationValue { byte get(); };
byte ConfigurationValue();
public byte ConfigurationValue { get; }
var byte = usbConfigurationDescriptor.configurationValue;
Public ReadOnly Property ConfigurationValue As Byte

Property Value

Byte

byte

The number that identifies the configuration.

Applies to