UsbConfiguration.ConfigurationDescriptor Property

Definition

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.

Applies to