Contents

IOUSBDescriptorHeader

Declaration

typedef struct IOUSBDescriptorHeader {
    ...
} IOUSBDescriptorHeader;

Overview

Standard header used for all USB descriptors. Used to read the length of a descriptor so that we can allocate storage for the whole descriptor later on.

Topics

Instance Properties

See Also

Related Documentation