![]() |
Morse Micro IoT SDK
2.11.2
|
Initialization structure for mmagic_controller.
Definition at line 559 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 564 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 562 of file mmagic_controller.h.