Contents

RxFreeSpaceAvailable

Notifies your driver that buffer space is available for your device’s data.

Declaration

virtual void RxFreeSpaceAvailable();

Discussion

Override this method and use it to read data asynchronously from the device’s serial port. When you finish reading the data, call the RxDataAvailable method to let the system know the data is ready.

See Also

Transmitting and Receiving Data