MQTT_PUBLISH_T¶
This class provides operations for describing the MQTT PUBLISH message
This topic lists the expressions that are provided by this class.
PACKET_ID
Return the Packet Identifier in the MQTT PUBLISH message.
Returns: num_at
PAYLOAD
Return the payload in the MQTT PUBLISH message.
Returns: text_t
QOS
Return the QOS for the topic in the MQTT PUBLISH message.
Returns: num_at
TOPIC
Return the topic in the MQTT PUBLISH message.
Returns: text_t