USB Library
USBHostHID_ApiImportData Function
Syntax
bool USBHostHID_ApiImportData(
    uint8_t * report, 
    uint16_t reportLength, 
    HID_USER_DATA_SIZE * buffer, 
    HID_DATA_DETAILS * pDataDetails
);
Description

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'.

Preconditions

None

Return Values
Return Values 
Description 
true 
If the required data is retrieved from the report 
false 
If required data is not found. 
Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla