-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WebSocketWrite
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Write a message to a WebSocket.
bool MTY_WebSocketWrite(
MTY_WebSocket * ctx,
const char * msg
);
ctx
(MTY_WebSocket *
)
An MTY_WebSocket
.
msg
(const char *
)
The string message to send.
bool
Returns true
on success, false
on failure. Call MTY_GetLog
for details.