MaxReportSize
return MaxReportSize(HID_REPORT_TYPE_ANY);
size_t MaxReportSize();
size_t MaxReportSize(uint8 type);
fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
= fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
fTransferBufferSize = fParser.MaxReportSize();
fTransferBufferSize = fParser.MaxReportSize(HID_REPORT_TYPE_INPUT);