UsbConfiguration.ConfigurationDescriptor 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 object that contains the first 9 bytes of the descriptor associated with the USB configuration.
public:
property UsbConfigurationDescriptor ^ ConfigurationDescriptor { UsbConfigurationDescriptor ^ get(); };
UsbConfigurationDescriptor ConfigurationDescriptor();
public UsbConfigurationDescriptor ConfigurationDescriptor { get; }
var usbConfigurationDescriptor = usbConfiguration.configurationDescriptor;
Public ReadOnly Property ConfigurationDescriptor As UsbConfigurationDescriptor
Property Value
A UsbConfigurationDescriptor object that represents the first 9 bytes of the descriptor associated with the USB configuration.
Remarks
The received UsbConfigurationDescriptor object represents only the first 9 bytes of the configuration descriptor. To get the entire set of descriptors associated with a USB configuration, use the Descriptors property that gets the array of all descriptors within the configuration.