MQTT_CONNECT_T¶
This class provides operations for describing the MQTT CONNECT message
This topic lists the expressions that are provided by this class.
CLIENTID
Return the clientid in the MQTT CONNECT message
Returns: text_t
FLAGS
Return the value of the MQTT CONNECT flags
Returns: mqtt_connect_flags_t
KEEPALIVE
Return the keepalive in the MQTT CONNECT message
Returns: num_at
PASSWORD
Return the password in the MQTT CONNECT message
Returns: text_t
PROTOCOL
Return the protocol name in the MQTT CONNECT message
Returns: text_t
USERNAME
Return the username in the MQTT CONNECT message
Returns: text_t
WILLMSG
Return the will message in the MQTT CONNECT message
Returns: text_t
WILLTOPIC
Return the will topic in the MQTT CONNECT message
Returns: text_t