USB Library
USBHostCDC_ApiTransferIsComplete Function
Syntax
bool USBHostCDC_ApiTransferIsComplete(
    uint8_t* errorCodeDriver, 
    uint8_t* byteCount
);
Description

This function is called by application to poll for transfer status. This function returns true in the transfer is over. To check whether the transfer was successfull or not , application must check the error code returned by reference.

Preconditions

None

Return Values
Return Values 
Description 
TRUE 
Transfer is has completed. 
FALSE 
Transfer is pending. 
Remarks

None

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