MeterLogger
|
#include <mqtt/include/mqtt.h>
Data Fields | |
uint16_t | port |
int | auto_reconnect |
mqtt_connect_info_t * | connect_info |
uint8_t * | in_buffer |
uint8_t * | out_buffer |
int | in_buffer_length |
int | out_buffer_length |
uint16_t | message_length |
uint16_t | message_length_read |
mqtt_message_t * | outbound_message |
mqtt_connection_t | mqtt_connection |
uint16_t | pending_msg_id |
int | pending_msg_type |
int | pending_publish_qos |
mqtt_connect_info_t* mqtt_state_t::connect_info |
Definition at line 50 of file mqtt.h.
Referenced by MQTT_InitClient(), mqtt_tcpclient_connect_cb(), and mqtt_timer().
uint8_t* mqtt_state_t::in_buffer |
Definition at line 51 of file mqtt.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), and mqtt_tcpclient_recv().
int mqtt_state_t::in_buffer_length |
Definition at line 53 of file mqtt.h.
Referenced by MQTT_InitClient(), and mqtt_tcpclient_recv().
uint16_t mqtt_state_t::message_length |
Definition at line 55 of file mqtt.h.
Referenced by mqtt_tcpclient_recv().
uint16_t mqtt_state_t::message_length_read |
Definition at line 56 of file mqtt.h.
Referenced by mqtt_tcpclient_recv().
mqtt_connection_t mqtt_state_t::mqtt_connection |
Definition at line 58 of file mqtt.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), MQTT_Ping(), MQTT_Publish(), mqtt_send_keepalive(), MQTT_Subscribe(), mqtt_tcpclient_connect_cb(), mqtt_tcpclient_recv(), and MQTT_UnSubscribe().
uint8_t* mqtt_state_t::out_buffer |
Definition at line 52 of file mqtt.h.
Referenced by mqtt_client_delete(), MQTT_InitClient(), and mqtt_tcpclient_connect_cb().
int mqtt_state_t::out_buffer_length |
Definition at line 54 of file mqtt.h.
Referenced by MQTT_InitClient(), and mqtt_tcpclient_connect_cb().
mqtt_message_t* mqtt_state_t::outbound_message |
Definition at line 57 of file mqtt.h.
Referenced by mqtt_client_delete(), MQTT_Ping(), MQTT_Publish(), mqtt_send_keepalive(), MQTT_Subscribe(), MQTT_Task(), mqtt_tcpclient_connect_cb(), mqtt_tcpclient_recv(), and MQTT_UnSubscribe().
uint16_t mqtt_state_t::pending_msg_id |
Definition at line 59 of file mqtt.h.
Referenced by MQTT_Publish(), mqtt_send_keepalive(), MQTT_Subscribe(), MQTT_Task(), mqtt_tcpclient_connect_cb(), mqtt_tcpclient_recv(), and MQTT_UnSubscribe().
int mqtt_state_t::pending_msg_type |
Definition at line 60 of file mqtt.h.
Referenced by mqtt_send_keepalive(), MQTT_Task(), mqtt_tcpclient_connect_cb(), mqtt_tcpclient_recv(), and mqtt_tcpclient_sent_cb().