2.6.4.6 USB_DEVICE_HID_EVENT_DATA_GET_IDLE Structure

C

typedef struct {
  uint8_t reportID;
} USB_DEVICE_HID_EVENT_DATA_GET_IDLE;

Summary

USB Device HID Get Idle Event Data

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

Members

Members Description
uint8_t reportID; The protocol code

Remarks

None.