mqttClose (Function) |
Top Previous Next |
This function will close a connection to a MQTT server. After this function is called the handle is invalid and can no longer be used. Please also see mqttOpen.
Input: handle : INT The handle to the MQTT connection.
Returns: INT None.
Declaration: FUNCTION mqttClose;
Example: INCLUDE rtcu.inc |