ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: MQTT functions
18 results
Used to connect to a MQTT server (also called "Broker").
Allows you to disconnect from a MQTT server (also called "Broker").
Publishes a message on the MQTT broker.
Used to subscribe to a MQTT notification.
Allows you to unsubscribe from a MQTT notification.
Allows you to unsubscribe from all the existing subscriptions.
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol...
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol...
Constants used by the MQTT functions
The following functions are used to manage MQTT clients
The following functions are used to manage MQTT clients
Used to connect to a MQTT server (also called "Broker").
Allows you to disconnect from a MQTT server (also called "Broker").
Publishes a message on the MQTT broker.
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Used to subscribe to a MQTT notification.
Used to unsubscribe from a MQTT notification.
Allows you to unsubscribe from all the existing subscriptions.