|
|
|
|
MQTTUnsubscribeAll (Function) In french: MQTTDésabonneTout Allows you to unsubscribe from all the existing subscriptions.
MQTTUnsubscribeAll(gMqttSession)
Syntax
<Result> = MQTTUnsubscribeAll(<MQTT session>)
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|