This method is called by the handler in asynchronous mode when some data is received from Connection.
Declaration
[C++]
not implemented;
not implemented;
Parameters
- Buffer - buffer for received data
- Size - size of the Buffer
Description
You should not call this method yourself since it is called automatically. Received data is passed in Buffer parameter. You can analyse the buffer and perform necessary action (or store the data in your own buffer for further processing).