Documentation
Dlang.org
WebSocketConnection.sendBinaryMessage
handy_httpd
components
websocket
handler
WebSocketConnection
Sends a binary message to the connected client.
class
WebSocketConnection
void
sendBinaryMessage
(
ubyte
[]
bytes
)
Parameters
bytes
ubyte
[]
The binary data to send.
handy_httpd
components
websocket
handler
WebSocketConnection
functions
close
sendBinaryMessage
sendCloseMessage
sendTextMessage
variables
id
Sends a binary message to the connected client.