#include <HIDParser.h>
Data Fields | |
uint8_t | TotalReportItems |
HID_ReportItem_t | ReportItems [HID_MAX_REPORTITEMS] |
HID_CollectionPath_t | CollectionPaths [HID_MAX_COLLECTIONS] |
Total number of report items stored in the ReportItems array.
HID_ReportItem_t HID_ReportInfo_t::ReportItems[HID_MAX_REPORTITEMS] |
Report items array, including all IN, OUT and FEATURE items.
HID_CollectionPath_t HID_ReportInfo_t::CollectionPaths[HID_MAX_COLLECTIONS] |
All collection items, referenced by the report items.