virtual size_t write( uint8_t );
virtual size_t write( uint8_t );
Writes data to all clients connected to this server object.
|
Parameters |
Description |
|
byte |
Write a single byte to all connected clients. |
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