![]() |
Morse Micro IoT SDK
2.9.7
|
Initialization structure for mmagic_controller.
Definition at line 537 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| mmagic_controller_agent_start_cb_t | agent_start_cb |
| Callback function to executed any time a event that the agent has started is received. More... | |
| void * | agent_start_arg |
| User argument that will be passed when the agent_start_cb is executed. More... | |
| void* mmagic_controller_init_args::agent_start_arg |
User argument that will be passed when the agent_start_cb is executed.
Definition at line 542 of file mmagic_controller.h.
| mmagic_controller_agent_start_cb_t mmagic_controller_init_args::agent_start_cb |
Callback function to executed any time a event that the agent has started is received.
Definition at line 540 of file mmagic_controller.h.