virtual size_t write( const uint8_t * buf, size_t size );
virtual size_t write( const uint8_t * buf, size_t size );
Writes data to all clients connected to this server object.
|
Parameters |
Description |
|
const uint8_t * buf |
Write an array of bytes to all connected clients. |
|
size_t size |
buf size in bytes |
Actual written bytes.
Since this counts all bytes written to all connected clients, this value can be bigger than the size parameter passed to this method.
LTcpServer.h