ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / MQTT functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions make it possible to manage MQTT clients, using prefix syntax:
<mqttSession variable>.ConnectUsed to connect to a MQTT server (also called "Broker").
<mqttSession variable>.DisconnectAllows you to disconnect from a MQTT server (also called "Broker").
<mqttSession variable>.PublishPublishes a message on the MQTT broker.
<mqttSession variable>.SubscribeUsed to subscribe to a MQTT notification.
<mqttSession variable>.UnsubscribeAllows you to unsubscribe from a MQTT notification.
<mqttSession variable>.UnsubscribeAllAllows you to unsubscribe from all the existing subscriptions.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help