The M2M_main.c file contains the following callback functions:
Callback |
Event starting the callback: |
M2M_main (…) |
is the first function that the control executes when the M2M application is started. Refer to document [2] to have information on “argc” and “argv” parameters. |
M2M_suspend (void) |
will be used for future internal debugging activity. |
M2M_resume (void) |
will be used for future internal debugging activity. |