MQTTFactory object
The MQTTFactory object provides basic factory functions to create various basic MQTT objects (clients, connection options, subscription options, and so on). These functions must be called through an instance object of the class.
An instance of MQTTFactory (for example,
MqttFactory
) can be created by Application.CreateMQTT()
using the following VBA code.Private MqttFactory As MQTTFactory Set MqttFactory = Application.CreateMQTT()
Methods
Provide Feedback