mqttConnected (Function) |
Top Previous Next |
This returns information about whether a MQTT connection is established.
Input: handle : INT The handle to the MQTT connection.
Returns: BOOL TRUE if MQTT connection is established, FALSE if not.
Declaration: FUNCTION mqttConnected : BOOL;
Example: INCLUDE rtcu.inc |