IOUSBDescriptorHeader
Declaration
struct IOUSBDescriptorHeader {
UInt8 bLength;
UInt8 bDescriptorType;
};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.