libwebsockets
Lightweight C library for HTML5 websockets
lws_mqtt_client_connect_param_s Struct Reference

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
uint8_t aws_iot

Field Documentation

◆ client_id_nofree

uint8_t lws_mqtt_client_connect_param_s::client_id_nofree

do not free the client id

◆ password_nofree

uint8_t lws_mqtt_client_connect_param_s::password_nofree

do not free the password

◆ username_nofree

uint8_t lws_mqtt_client_connect_param_s::username_nofree

do not free the username


The documentation for this struct was generated from the following file: