MeterLogger
|
#include <mqtt/include/mqtt_msg.h>
Data Fields | |
char * | client_id |
char * | username |
char * | password |
char * | will_topic |
char * | will_message |
uint32_t | keepalive |
int | will_qos |
int | will_retain |
int | clean_session |
Definition at line 96 of file mqtt_msg.h.
int mqtt_connect_info::clean_session |
Definition at line 106 of file mqtt_msg.h.
Referenced by MQTT_InitClient(), and mqtt_msg_connect().
char* mqtt_connect_info::client_id |
Definition at line 98 of file mqtt_msg.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), and mqtt_msg_connect().
uint32_t mqtt_connect_info::keepalive |
Definition at line 103 of file mqtt_msg.h.
Referenced by MQTT_InitClient(), mqtt_msg_connect(), and mqtt_timer().
char* mqtt_connect_info::password |
Definition at line 100 of file mqtt_msg.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), and mqtt_msg_connect().
char* mqtt_connect_info::username |
Definition at line 99 of file mqtt_msg.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), and mqtt_msg_connect().
char* mqtt_connect_info::will_message |
Definition at line 102 of file mqtt_msg.h.
Referenced by mqtt_client_delete(), MQTT_InitLWT(), and mqtt_msg_connect().
int mqtt_connect_info::will_qos |
Definition at line 104 of file mqtt_msg.h.
Referenced by MQTT_InitLWT(), and mqtt_msg_connect().
int mqtt_connect_info::will_retain |
Definition at line 105 of file mqtt_msg.h.
Referenced by MQTT_InitLWT(), and mqtt_msg_connect().
char* mqtt_connect_info::will_topic |
Definition at line 101 of file mqtt_msg.h.
Referenced by mqtt_client_delete(), MQTT_InitLWT(), and mqtt_msg_connect().