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