USB Library
USBHostCDC_Api_Get_IN_Data Function
Syntax
bool USBHostCDC_Api_Get_IN_Data(
    uint8_t no_of_bytes, 
    uint8_t* data
);
Description

This function is called by application to receive Input data over DATA interface. This function setsup the request to receive data from the device.

Preconditions

None

Return Values
Return Values 
Description 
TRUE 
Transfer request is placed successfully. 
FALSE 
Transfer request failed. 
Remarks

None

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