|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-mqtt.h>
Data Fields | |
| const char * | client_id |
| uint16_t | keep_alive |
| uint8_t | clean_start:1 |
| uint8_t | client_id_nofree:1 |
| uint8_t | username_nofree:1 |
| uint8_t | password_nofree:1 |
| struct { | |
| const char * | topic |
| const char * | message |
| lws_mqtt_qos_levels_t | qos |
| uint8_t | retain |
| } | will_param |
| struct { | |
| const char * | topic |
| const char * | message |
| lws_mqtt_qos_levels_t | qos |
| uint8_t | retain |
| } | birth_param |
| const char * | username |
| const char * | password |
| const lws_mqtt_qos2_state_ops_t * | qos2_state_ops |
| uint8_t | aws_iot |
Definition at line 100 of file lws-mqtt.h.
| const char* lws_mqtt_client_connect_param_s::client_id |
Definition at line 101 of file lws-mqtt.h.
| uint16_t lws_mqtt_client_connect_param_s::keep_alive |
Definition at line 102 of file lws-mqtt.h.
| uint8_t lws_mqtt_client_connect_param_s::clean_start |
Definition at line 105 of file lws-mqtt.h.
| uint8_t lws_mqtt_client_connect_param_s::client_id_nofree |
do not free the client id
Definition at line 107 of file lws-mqtt.h.
| uint8_t lws_mqtt_client_connect_param_s::username_nofree |
do not free the username
Definition at line 109 of file lws-mqtt.h.
| uint8_t lws_mqtt_client_connect_param_s::password_nofree |
do not free the password
Definition at line 111 of file lws-mqtt.h.
| struct { ... } lws_mqtt_client_connect_param_s::will_param |
| struct { ... } lws_mqtt_client_connect_param_s::birth_param |
| const char* lws_mqtt_client_connect_param_s::username |
Definition at line 127 of file lws-mqtt.h.
| const char* lws_mqtt_client_connect_param_s::password |
Definition at line 128 of file lws-mqtt.h.
| const lws_mqtt_qos2_state_ops_t* lws_mqtt_client_connect_param_s::qos2_state_ops |
Definition at line 129 of file lws-mqtt.h.
| uint8_t lws_mqtt_client_connect_param_s::aws_iot |
Definition at line 130 of file lws-mqtt.h.