Searched defs:wsClient (Results 1 – 1 of 1) sorted by relevance
32 static void onOpen(struct WebSocket *wsClient, WebSocket_OpenResult openResult) in onOpen()38 static void onMessage(struct WebSocket *wsClient, char *data, uint32_t length) in onMessage()49 static void onError(struct WebSocket *wsClient, WebSocket_ErrorResult errorResult) in onError()56 static void onClose(struct WebSocket *wsClient, WebSocket_CloseResult closeResult) in onClose()