UsbConfigurationDescriptor.ConfigurationValue 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 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.