|
MIDAS
|
#include <mongoose6.h>

Public Attributes | |
| int | cmd |
| struct mg_str | payload |
| int | qos |
| uint8_t | connack_ret_code |
| uint16_t | message_id |
| char * | topic |
| int | len |
| struct mg_str | topic |
| uint8_t | protocol_version |
| uint8_t | connect_flags |
| uint16_t | keep_alive_timer |
| struct mg_str | protocol_name |
| struct mg_str | client_id |
| struct mg_str | will_topic |
| struct mg_str | will_message |
| struct mg_str | user_name |
| struct mg_str | password |
Definition at line 2876 of file mongoose6.h.
| struct mg_str mg_mqtt_message::client_id |
Definition at line 5748 of file mongoose614.h.
| uint8_t mg_mqtt_message::connect_flags |
Definition at line 5745 of file mongoose614.h.
| uint16_t mg_mqtt_message::keep_alive_timer |
Definition at line 5746 of file mongoose614.h.
| int mg_mqtt_message::len |
Definition at line 5736 of file mongoose614.h.
| struct mg_str mg_mqtt_message::password |
Definition at line 5752 of file mongoose614.h.
| struct mg_str mg_mqtt_message::protocol_name |
Definition at line 5747 of file mongoose614.h.
| uint8_t mg_mqtt_message::protocol_version |
Definition at line 5744 of file mongoose614.h.
| struct mg_str mg_mqtt_message::topic |
Definition at line 5737 of file mongoose614.h.
| struct mg_str mg_mqtt_message::user_name |
Definition at line 5751 of file mongoose614.h.
| struct mg_str mg_mqtt_message::will_message |
Definition at line 5750 of file mongoose614.h.
| struct mg_str mg_mqtt_message::will_topic |
Definition at line 5749 of file mongoose614.h.