2.6.4.11 USB_DEVICE_HID_EVENT_DATA_SET_REPORT Structure

C

typedef struct {
  uint8_t reportType;
  uint8_t reportID;
  uint16_t reportLength;
} USB_DEVICE_HID_EVENT_DATA_SET_REPORT;

Summary

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.

Members

Members Description
uint8_t reportType; Report type
uint8_t reportID; Report ID
uint16_t reportLength; Report Length

Remarks

None.