Contents

TxDataAvailable

Notifies your driver that the system has data for you to transmit to the device.

Declaration

virtual void TxDataAvailable();

Discussion

The default implementation of this method initiates an asynchronous operation to transmit the buffered data to the device.

See Also

Transmitting and Receiving Data