USB Library
USBHostCDCTransferIsComplete Function
Syntax
bool USBHostCDCTransferIsComplete(
    uint8_t deviceAddress, 
    uint8_t * errorCode, 
    uint8_t * uint8_tCount
);
Description

This function indicates whether or not the last transfer is complete. If the functions returns TRUE, the returned uint8_t count and error code are valid. Since only one transfer can be performed at once and only one endpoint can be used, we only need to know the device address.

Preconditions

None

Return Values
Return Values 
Description 
TRUE 
Transfer is complete, errorCode is valid 
FALSE 
Transfer is not complete, errorCode is not valid 
MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla