Morse Micro IoT SDK  2.9.7

Detailed Description

Data Structures

struct  mmagic_m2m_agent_init_args
 M2M initialization args. More...
 

Functions

struct mmagic_m2m_agent * mmagic_m2m_agent_init (const struct mmagic_m2m_agent_init_args *args)
 Initialize the M2M agent. More...
 

Function Documentation

◆ mmagic_m2m_agent_init()

struct mmagic_m2m_agent * mmagic_m2m_agent_init ( const struct mmagic_m2m_agent_init_args args)

Initialize the M2M agent.

Note
this may block whilst the controller is notified that the agent has started.
Parameters
argsInitialization arguments.
Returns
A handle to the newly created Agent. NULL on error.