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: |
Details
Subscription requests are performed using mqtt_sub().