|
monoZ docs
|
Monoz LWM2M example1. More...
#include "MZ_error_handler.h"Go to the source code of this file.
Macros | |
| #define | MZ_LWM2M_EXAMPLE1_H_ |
| Defines Monoz LWM2M Example1. More... | |
Functions | |
| mz_error_t | lwm2m_app_init (void) |
| Initiate LWM2M App. More... | |
| void | lwm2m_event_process (void *event) |
| LWM2M user defined callback function. More... | |
| #define MZ_LWM2M_EXAMPLE1_H_ |
Defines Monoz LWM2M Example1.
Definition at line 9 of file MZ_lwm2m_example1.h.
| mz_error_t lwm2m_app_init | ( | void | ) |
| void lwm2m_event_process | ( | void * | event | ) |
LWM2M user defined callback function.
Process LWM2M Event.
| event | void |
Definition at line 623 of file MZ_Addon_board_CO2.c.