CreateMQTT method
Creates an instance of an MQTT client and passes it back to the caller.
Syntax
Application
.CreateMQTT
()where
Application
– is the name of a FactoryTalk View SE
Client Application object or an expression that evaluates to a FactoryTalk View SE
Client Application object.Example
Private MqttFactory As MQTTFactory Set MqttFactory = Application.CreateMQTT()
Provide Feedback