MIDAS
Loading...
Searching...
No Matches
mg_mqtt_message Struct Reference

#include <mongoose6.h>

Collaboration diagram for mg_mqtt_message:

Public Attributes

int cmd
 
struct mg_str payload
 
int qos
 
uint8_t connack_ret_code
 
uint16_t message_id
 
chartopic
 
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
 

Detailed Description

Definition at line 2876 of file mongoose6.h.

Member Data Documentation

◆ client_id

struct mg_str mg_mqtt_message::client_id

Definition at line 5748 of file mongoose614.h.

◆ connect_flags

uint8_t mg_mqtt_message::connect_flags

Definition at line 5745 of file mongoose614.h.

◆ keep_alive_timer

uint16_t mg_mqtt_message::keep_alive_timer

Definition at line 5746 of file mongoose614.h.

◆ len

int mg_mqtt_message::len

Definition at line 5736 of file mongoose614.h.

◆ password

struct mg_str mg_mqtt_message::password

Definition at line 5752 of file mongoose614.h.

◆ protocol_name

struct mg_str mg_mqtt_message::protocol_name

Definition at line 5747 of file mongoose614.h.

◆ protocol_version

uint8_t mg_mqtt_message::protocol_version

Definition at line 5744 of file mongoose614.h.

◆ topic

struct mg_str mg_mqtt_message::topic

Definition at line 5737 of file mongoose614.h.

◆ user_name

struct mg_str mg_mqtt_message::user_name

Definition at line 5751 of file mongoose614.h.

◆ will_message

struct mg_str mg_mqtt_message::will_message

Definition at line 5750 of file mongoose614.h.

◆ will_topic

struct mg_str mg_mqtt_message::will_topic

Definition at line 5749 of file mongoose614.h.


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