TxFreeSpaceAvailable
Notifies the system that the device is ready to accept more data.
Declaration
virtual void TxFreeSpaceAvailable();Discussion
Call this method after freeing up space in the memory buffer you use to transmit data. When more data is available, the system responds by adding that data to the buffer and calling the TxDataAvailable method.