mqttUnsubscribe (Function) |
Top Previous Next |
This function will remove a subscription from a MQTT server.
Input: handle : INT The handle to the MQTT connection.
topic : STRING The topic of the subscription.
Returns: INT
Declaration: FUNCTION mqttUnsubscribe : INT;
Example: INCLUDE rtcu.inc |