Contents

IOUSBInterfaceDescriptor

A descriptor for a specific interface of a USB device.

Declaration

typedef struct IOUSBInterfaceDescriptor IOUSBInterfaceDescriptor;

Discussion

An IOUSBInterfaceDescriptor object contains information about one of the device’s supported interfaces. A device’s configuration provides one or more interfaces, each with zero or more endpoints that define how to configure the pipes for that device.

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

Topics

Getting the Properties

See Also

Interface Descriptors

Related Documentation