MeterLogger
Data Fields
mqtt_connect_info Struct Reference

#include <mqtt/include/mqtt_msg.h>

Collaboration diagram for mqtt_connect_info:

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
 

Detailed Description

Definition at line 96 of file mqtt_msg.h.

Field Documentation

◆ clean_session

int mqtt_connect_info::clean_session

Definition at line 106 of file mqtt_msg.h.

Referenced by MQTT_InitClient(), and mqtt_msg_connect().

◆ client_id

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().

◆ keepalive

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().

◆ password

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().

◆ username

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().

◆ will_message

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().

◆ will_qos

int mqtt_connect_info::will_qos

Definition at line 104 of file mqtt_msg.h.

Referenced by MQTT_InitLWT(), and mqtt_msg_connect().

◆ will_retain

int mqtt_connect_info::will_retain

Definition at line 105 of file mqtt_msg.h.

Referenced by MQTT_InitLWT(), and mqtt_msg_connect().

◆ will_topic

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().


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