CreateConnectOption method
Creates an MQTT option for connecting to a broker.
Syntax
Set
connectOption
= MqttFactory
.CreateConnectOption
()where
connectOption
- is the name of an MQTTConnectOption object or an expression that evaluates to an MQTTConnectOption object.MqttFactory
- is an MQTTFactory object created by Application.CreateMQTT()
.Provide Feedback