CDC_Itf_TransmitCplt() function
CDC_Itf_TransmitCplt Data transmitted callback
Syntax
static int8_t CDC_Itf_TransmitCplt(uint8_t *pbuf,
uint32_t *Len,
uint8_t epnum);
Arguments
Len
Number of data received (in bytes)
Return value
Result of the operation: USBD_OK if all operations are OK else USBD_FAIL
Notes
This function is IN transfer complete callback used to inform user that the submitted Data is successfully sent over USB.