|
|
|
|
|
<mqttSession variable>.UnsubscribeAll (Function) In french: <Variable mqttSession>.DésabonneTout Allows you to unsubscribe from all the existing subscriptions. gMqttSession is mqttSession  gMqttSession.UnsubscribeAll()
Syntax
<Result> = <MQTT session>.UnsubscribeAll()
<Result>: Boolean - True if all the unsubscriptions have been performed,
- False otherwise. ErrorInfo returns more details.
<MQTT session>: mqttSession variable Name of mqttSession variable corresponding to the MQTT session to use. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|