Morse Micro IoT SDK  2.9.7

Detailed Description

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...
 

Field Documentation

◆ agent_start_arg

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.

◆ agent_start_cb

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.


The documentation for this struct was generated from the following file: