ReportAt
HIDReport * ReportAt(uint8 type, uint8 index);
HIDReport* report = fParser.ReportAt(HID_REPORT_TYPE_INPUT, 0);
fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();
HIDReport *report = fParser.ReportAt(HID_REPORT_TYPE_FEATURE, i);
fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();