Contents

IOUSBConfigurationDescriptor

The structure for storing a USB configuration descriptor.

Declaration

typedef struct IOUSBConfigurationDescriptor IOUSBConfigurationDescriptor;

Discussion

This descriptor contains information about a specific configuration of a device, including the interfaces that configuration provides. This structure has a variable length so it defines only the known fields. Use the wTotalLength field to read the entire descriptor.

For more information about this descriptor type, see USB 3.2, 9.6.3.

Topics

Getting the Properties

See Also

Configuration Descriptors

Related Documentation