MqttSnClientWillMessage Struct Reference

Will message. More...

#include <mqtt_sn_client.h>

Data Fields

char_t topic [MQTT_SN_CLIENT_MAX_WILL_TOPIC_LEN+1]
 Will topic name. More...
 
uint8_t payload [MQTT_SN_CLIENT_MAX_WILL_PAYLOAD_LEN]
 Will message payload. More...
 
size_t length
 Length of the Will message payload. More...
 
MqttSnFlags flags
 Flags. More...
 

Detailed Description

Will message.

Definition at line 203 of file mqtt_sn_client.h.

Field Documentation

◆ flags

MqttSnFlags flags

Flags.

Definition at line 208 of file mqtt_sn_client.h.

◆ length

size_t length

Length of the Will message payload.

Definition at line 207 of file mqtt_sn_client.h.

◆ payload

Will message payload.

Definition at line 206 of file mqtt_sn_client.h.

◆ topic

Will topic name.

Definition at line 205 of file mqtt_sn_client.h.


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