IOUSBHIDDescriptor
Declaration
typedef struct IOUSBHIDDescriptor {
...
} IOUSBHIDDescriptor;Overview
USB HID Descriptor. See the USB HID Specification at http://www.usb.org. (This structure should have used the #pragma pack(1) compiler directive to get byte alignment.