bool USBHostCDCTransferIsComplete( uint8_t deviceAddress, uint8_t * errorCode, uint8_t * uint8_tCount );
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.
None
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
![]() |