bool USBHostHID_ApiImportData( uint8_t * report, uint16_t reportLength, HID_USER_DATA_SIZE * buffer, HID_DATA_DETAILS * pDataDetails );
This function can be used by application to extract data from the input reports. On receiving the input report from the device application can call the function with required inputs 'HID_DATA_DETAILS'.
None
Return Values |
Description |
true |
If the required data is retrieved from the report |
false |
If required data is not found. |
None
MLA - USB Library Help Version : 2.16
![]() |