MQTTMessage object
The MQTTMessage object contains the content of MQTT messages.
- When an MQTT client needs to publish a message, it creates an instance of the MQTTMessage object through an MQTTFactory method and assigns values to its properties.
- When an MQTT client receives a message event, it can read the parameters of the event to get the message content.
Properties
Methods
Provide Feedback