callback_mqtt_sub_ok()

Description:

Callback procedure, called on the subscriber when the MQTT server confirms the requested subscription. 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

Subscription requests are performed using mqtt_sub().