TxDataAvailable
Notifies your driver that the system has data for you to transmit to the device.
Declaration
virtual void TxDataAvailable();Discussion
The system calls this method to let you know that there is buffered data ready for you to transmit to the device. The default implementation of this method does nothing. Override it and use your implementation to transfer that data to your hardware.