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. Length should not exceed 62 bytes including NULL termination character.
uint8_t *
Pointer to will message.
uint32_t
Length of the will message. Length should not exceed 62 bytes including NULL termination character.
Public Attribute Documentation#
is_retained#
bool sl_mqtt_client_last_will_message_t::is_retained
Flag whether to retain the will message or not.
Definition at line
98
of file components/service/mqtt/inc/sl_mqtt_client_types.h
will_qos_level#
sl_mqtt_qos_t sl_mqtt_client_last_will_message_t::will_qos_level
Quality of subscription.
Definition at line
99
of file components/service/mqtt/inc/sl_mqtt_client_types.h
will_topic#
uint8_t* sl_mqtt_client_last_will_message_t::will_topic
Name of will topic.
Definition at line
100
of file components/service/mqtt/inc/sl_mqtt_client_types.h
will_topic_length#
uint16_t sl_mqtt_client_last_will_message_t::will_topic_length
Length of topic. Length should not exceed 62 bytes including NULL termination character.
Definition at line
102
of file components/service/mqtt/inc/sl_mqtt_client_types.h
will_message#
uint8_t* sl_mqtt_client_last_will_message_t::will_message
Pointer to will message.
Definition at line
103
of file components/service/mqtt/inc/sl_mqtt_client_types.h
will_message_length#
uint32_t sl_mqtt_client_last_will_message_t::will_message_length
Length of the will message. Length should not exceed 62 bytes including NULL termination character.
Definition at line
105
of file components/service/mqtt/inc/sl_mqtt_client_types.h