bool USBHostCDC_ApiTransferIsComplete( uint8_t* errorCodeDriver, uint8_t* byteCount );
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.
None
Return Values |
Description |
TRUE |
Transfer is has completed. |
FALSE |
Transfer is pending. |
None
MLA - USB Library Help Version : 2.16
![]() |