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_message_length#
uint32_t sl_mqtt_client_last_will_message_t::will_message_length
Length of the will message.