ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
True if the subscription is implemented,False otherwise.
Name of the mqttSession variable corresponding to the MQTT session to be used.
Topic for which the subscription is requested.
Requested quality:mqttQualityAtLeastOnceThe message will be delivered at least once. The client will transmit the message several times if necessary until the server (broker) confirms that the message was transmitted on the network.mqttQualityAtMostOnceThe message will be delivered once at most. The message is not stored. It is sent without guarantee of receipt. The MQTT (broker) does not inform the sender that the message was received. The message can be lost if the client is disconnected or if the server is stopped. mqttQualityExactlyOnceThe message will be necessarily saved by the issuer. It will be transmitted as long as the receiver does not confirm its sending on the network. The issuer is using a sophisticated recognition with the server (broker) to avoid duplicating messages. This mode is slower but it is more secure.
Name of the WLanguage procedure ("callback") executed each time a new notification is received. It must be a global procedure of the project: using an internal procedure is not allowed. This procedure has the following format: PROCEDURE <Procedure name>(<Connection> is mqttSession, <Topic> is string, <Message> is Buffer) where: <Connection> corresponds to a mqttSession variable containing the characteristics of MQTT session. <Topic> corresponds to the message topic. <Message> corresponds to the message content.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: