*/\r
bool UsingBootProtocol; /**< Indicates that the interface is currently initialised in Boot Protocol mode */\r
uint16_t HIDReportSize; /**< Size in bytes of the HID report descriptor in the device */\r
+ \r
+ uint8_t LargestReportSize; /**< Largest report the device will send, in bytes */\r
} State; /**< State data for the USB class interface within the device. All elements in this section\r
* <b>may</b> be set to initial values, but may also be ignored to default to sane values when\r
* the interface is enumerated.\r