Older Versions
Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.
Go to the documentation of this file. 19 #ifndef INCLUDE_ARTIK_WEBSOCKET_H_ 20 #define INCLUDE_ARTIK_WEBSOCKET_H_ 49 ARTIK_WEBSOCKET_CLOSED = 1,
50 ARTIK_WEBSOCKET_CONNECTED,
51 ARTIK_WEBSOCKET_HANDSHAKE_ERROR
110 artik_websocket_handle * handle,
122 artik_websocket_handle
135 artik_websocket_handle
136 handle,
char *message
153 artik_websocket_handle
171 artik_error(*websocket_set_receive_callback) (artik_websocket_handle
artik_websocket_connection_state
Websocket connection state.
void * artik_websocket_handle
WEBSOCKET handle type.
void * private_data
Pointer to data for internal use by the API.
int artik_error
Error type.
void(* artik_websocket_callback)(void *user_data, void *result)
Websocket callback type.
char * uri
URI of the websocket server.
SSL/TLS related definitions.
artik_ssl_config ssl_config
SSL configuration.
Websocket module operations.
SSL configuration structure.
websocket configuration structure
Last updated on: