WebSocket
struct WebSocket {...}
Overview
Defines the WebSocket client struct.
Since: 11
Related module: netstack
Header file: net_websocket_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| WebSocket_OnOpenCallback onOpen | Pointer to the callback invoked when the WebSocket client receives a connection message. |
| WebSocket_OnMessageCallback onMessage | Pointer to the callback invoked when the WebSocket client receives a message. |
| WebSocket_OnErrorCallback onError | Pointer to the callback invoked when the WebSocket client receives an error message. |
| WebSocket_OnCloseCallback onClose | Pointer to the callback invoked when the WebSocket client receives a close message. |
| WebSocket_RequestOptions requestOptions | Options of the connection request. |