Customize Code
to Execute Commands
• You can define a new action associated to a message, see example in
AzureClient_mqtt_DM_TM.c
• Function ReceiveMessageCallback() will be executed each time a message is received by
the device. This function will take care of triggering the user specific action
• Define user specific implementation for the message. See example for Pause in
AzureClient_mqtt_DM_TM.c
Pause is the message and the name of the callback (action)
that will be executed
Trigger callback associated to message
received
161