|
|
|
@ -153,9 +153,9 @@
|
|
|
|
|
* user is responsible for the creation of the next HID input report to be sent to the host.
|
|
|
|
|
*
|
|
|
|
|
* \param[in,out] HIDInterfaceInfo Pointer to a structure containing a HID Class configuration and state
|
|
|
|
|
* \param[in,out] ReportID If preset to a non-zero value, this is the report ID being requested by the host. If zero, this should
|
|
|
|
|
* be set to the report ID of the generated HID input report (if any). If multiple reports are not sent via the
|
|
|
|
|
* given HID interface, this parameter should be ignored.
|
|
|
|
|
* \param[in,out] ReportID If preset to a non-zero value, this is the report ID being requested by the host. If zero,
|
|
|
|
|
* this should be set to the report ID of the generated HID input report (if any). If multiple
|
|
|
|
|
* reports are not sent via the given HID interface, this parameter should be ignored.
|
|
|
|
|
* \param[in] ReportType Type of HID report to generate, either \ref REPORT_ITEM_TYPE_In or \ref REPORT_ITEM_TYPE_Feature
|
|
|
|
|
* \param[out] ReportData Pointer to a buffer where the generated HID report should be stored
|
|
|
|
|
* \param[out] ReportSize Number of bytes in the generated input report, or zero if no report is to be sent
|
|
|
|
|