2.6.4.7 USB_DEVICE_HID_EVENT_DATA_GET_REPORT Structure
C
typedef struct { uint8_t reportType; uint8_t reportID; uint16_t reportLength; } USB_DEVICE_HID_EVENT_DATA_GET_REPORT;
Summary
USB Device HID Get Report Event Data Type.
This defines the data type of the data generated to the HID event handler on a USB_DEVICE_HID_EVENT_GET_REPORT event.
Members
Members | Description |
uint8_t reportType; | Report type |
uint8_t reportID; | Report ID |
uint16_t reportLength; | Report Length |
Remarks
None.