Types#
This section provides a reference to the WebSocket Client API data types.
Modules#
sl_websocket_tcp_tls_advanced_options_t
Typedefs#
typedef struct sl_websocket_client_s
WebSocket client structure.
Typedef Documentation#
sl_websocket_client_t#
typedef struct sl_websocket_client_s sl_websocket_client_t
WebSocket client structure.
This structure holds the state and configuration of a WebSocket client, including socket descriptors, connection state, and callback functions.
Note
This structure is managed internally by the SDK. Users should not modify its members directly. Use the provided APIs (e.g., sl_websocket_init, sl_websocket_connect, sl_websocket_deinit) to manage the client lifecycle.