Contents

GetFullConfigurationDescriptor

Declaration

virtual const IOUSBConfigurationDescriptor *GetFullConfigurationDescriptor(
 UInt8configIndex);

Parameters

  • configIndex:

    The configuration index (not the configuration value)

Return Value

Pointer to the descriptors, which are cached in the IOUSBDevice object.

Overview

return a pointer to all the descriptors for the requested configuration.

See Also

Miscellaneous