Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
_WebSocket Struct Reference
Structure describing a WebSocket. More...
#include <web_socket.h>
Data Fields | |
| WebSocketEndpoint | endpoint |
| Endpoint type (client or server) | |
| WebSocketState | state |
| WebSocket connection state. | |
| systime_t | timeout |
| timeout value for blocking operations | |
| NetInterface * | interface |
| Underlying network interface. | |
| Socket * | socket |
| Underlying TCP socket. | |
| TlsContext * | tlsContext |
| SSL/TLS context. | |
| TlsSession | tlsSession |
| SSL/TLS session. | |
| WebSocketTlsInitCallback | tlsInitCallback |
| SSL/TLS initialization callback function. | |
Detailed Description
Structure describing a WebSocket.
Definition at line 419 of file web_socket.h.
Field Documentation
Endpoint type (client or server)
Definition at line 421 of file web_socket.h.
| NetInterface* interface |
Underlying network interface.
Definition at line 432 of file web_socket.h.
| Socket* socket |
Underlying TCP socket.
Definition at line 433 of file web_socket.h.
WebSocket connection state.
Definition at line 422 of file web_socket.h.
| systime_t timeout |
timeout value for blocking operations
Definition at line 431 of file web_socket.h.
| TlsContext* tlsContext |
SSL/TLS context.
Definition at line 435 of file web_socket.h.
SSL/TLS initialization callback function.
Definition at line 437 of file web_socket.h.
SSL/TLS session.
Definition at line 436 of file web_socket.h.
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2