monoZ docs
MZ_lwm2m_example1.h
Go to the documentation of this file.
1
8#ifndef MZ_LWM2M_EXAMPLE1_H_
9#define MZ_LWM2M_EXAMPLE1_H_
10#include "MZ_error_handler.h"
11
12
19
25void lwm2m_event_process(void * event);
26
27#endif /* MZ_LWM2M_EXAMPLE1_H_ */
monoZ Error Handler
mz_error_t
Enumeration of monoZ Error Flags.
void lwm2m_event_process(void *event)
LWM2M user defined callback function.
mz_error_t lwm2m_app_init(void)
Initiate LWM2M App.