Contents

IOUSBDescriptorHeader

The base descriptor header.

Declaration

typedef struct IOUSBDescriptorHeader IOUSBDescriptorHeader;

Discussion

This structure is the standard header for all USB descriptors. Use it to read the length of a descriptor so that it can allocate storage for the whole descriptor.

Topics

Getting the Descriptor Properties

See Also

Descriptor Fundamentals

Related Documentation