CreateApplicationMessage method
Creates an MQTT message body.
Syntax
Set
message
= MqttFactory
.CreateApplicationMessage
()where
message
- is the name of an MQTTMessage object or an expression that evaluates to an MQTTMessage object.MqttFactory
- is an MQTTFactory object created by Application.CreateMQTT()
.Provide Feedback