Contents:
API Reference:
Sends data to a client.
const char *buf = "hello"; ws_send(client, (const void*)buf, 5);
client – [in] Some client
buf – [in] Buffer containing data to send
size – [in] Buffer size
Number of bytes sent.