callback_mqtt_connect_ok()

A warning note icon.This section is currently being reworked. We apologize for the inconvenience. If you need immediate assistance, please contact Tibbo Support.


Description:

Callback procedure, called when the device successfully connects to the MQTT server. Procedure body has to be created elsewhere in the project (externally with respect to the library).

Syntax:

sub callback_mqtt_connect_ok()

Returns:

---

See Also:

Step-by-step Usage Instructions

Details

This sub is called when the connection is established after the invocation of mqtt_connect() or mqtt_reconnect().

callback_mqtt_connect_ok()

Details