IOUSBConfigurationDescHeader
Declaration
struct IOUSBConfigurationDescHeader {
UInt8 bLength;
UInt8 bDescriptorType;
UInt16 wTotalLength;
};Overview
Header of a IOUSBConfigurationDescriptor. Used to get the total length of the descriptor.
struct IOUSBConfigurationDescHeader {
UInt8 bLength;
UInt8 bDescriptorType;
UInt16 wTotalLength;
};Header of a IOUSBConfigurationDescriptor. Used to get the total length of the descriptor.