CreateClient method
Creates an MQTT client.
Syntax
Set
mqttClient
= MqttFactory
.CreateClient
()where
mqttClient
- is the name of an MQTTClient object or an expression that evaluates to an MQTTClient object.MqttFactory
- is an MQTTFactory object created by Application.CreateMQTT()
.Provide Feedback