IOUSBBOSDescriptor
Declaration
struct IOUSBBOSDescriptor {
UInt8 bLength;
UInt8 bDescriptorType;
UInt16 wTotalLength;
UInt8 bNumDeviceCaps;
};Overview
BOS Descriptor for a USB Device. .
struct IOUSBBOSDescriptor {
UInt8 bLength;
UInt8 bDescriptorType;
UInt16 wTotalLength;
UInt8 bNumDeviceCaps;
};BOS Descriptor for a USB Device. .