USB Libraries Help > USB Device Libraries > USB HID Device Library > Library Interface > b) Data Types and Constants > USB_DEVICE_HID_EVENT_DATA_SET_REPORT Structure
MPLAB Harmony USB Stack
USB_DEVICE_HID_EVENT_DATA_SET_REPORT Structure

USB Device HID Set Report Event Data Type. 

This defines the data type of the data generated to the HID event handler on a USB_DEVICE_HID_EVENT_SET_REPORT event.

C
typedef struct {
  uint8_t reportType;
  uint8_t reportID;
  uint16_t reportLength;
} USB_DEVICE_HID_EVENT_DATA_SET_REPORT;
Members
Members 
Description 
uint8_t reportType; 
Report type 
uint8_t reportID; 
Report ID 
uint16_t reportLength; 
Report Length 
Remarks

None.