MQTT Client last will message.

Public Attributes#

bool

Flag whether to retain the will message or not.

Quality of subscription.

uint8_t *

Name of will topic.

uint16_t

Length of topic.

uint8_t *

Pointer to will message.

uint32_t

Length of the will message.

Public Attribute Documentation#

is_retained#

bool sl_mqtt_client_last_will_message_t::is_retained

Flag whether to retain the will message or not.


will_qos_level#

sl_mqtt_qos_t sl_mqtt_client_last_will_message_t::will_qos_level

Quality of subscription.


will_topic#

uint8_t* sl_mqtt_client_last_will_message_t::will_topic

Name of will topic.


will_topic_length#

uint16_t sl_mqtt_client_last_will_message_t::will_topic_length

Length of topic.


will_message#

uint8_t* sl_mqtt_client_last_will_message_t::will_message

Pointer to will message.


will_message_length#

uint32_t sl_mqtt_client_last_will_message_t::will_message_length

Length of the will message.