Base Framework
|
Inherits AsynchronousStream.
Inherited by SerialPort [virtual]
, and Socket [virtual]
.
Public Member Functions | |
virtual AsynchronousReadOperation | read (uint8 *buffer, unsigned int bytesToRead, AsynchronousReadEventListener *listener)=0 |
![]() | |
virtual | ~AsynchronousStream () noexcept(false) |
Additional Inherited Members | |
![]() | |
static bool | asyncTest () noexcept |
|
pure virtual |
Requests and asynchronous read operation.
buffer | The bytes to be read. |
bytesToRead | The number of bytes to be read. |
listener | The listener to be notified on completion. |
Implemented in Socket, and SerialPort.