8#ifndef MZ_LWM2M_PUBLIC_H_
9#define MZ_LWM2M_PUBLIC_H_
struct __attribute__((packed))
en_lw_event
Enumeration of LW Events.
@ LW_EV_CLIENT_NOTIFY_SEND
@ LW_EV_BOOTSTRAP_COMPLETE
@ LW_EV_REG_UPDATE_FINISH
@ LW_EV_CLIENT_NOTIFY_SEND_ACK
mz_error_t
Enumeration of monoZ Error Flags.
mz_error_t mz_set_value_Ob19_0_0(char *src)
This function writes 19/0/0 value to internal resource structure.
mz_error_t mz_set_value_Ob19_1_0(char *src)
This function writes 19/1/0 value to internal resource structure.
mz_error_t mz_notify_Ob19_0_0(void)
This function Notifies internal resource structure value of 19/0/0 to LwM2M server.
void * mz_read_token_Ob19_0_0(mz_error_t *ret)
This function reads te token value of 19/0/0.
mz_error_t mz_set_and_notify_Ob19_1_0(char *src)
This function writes 19/1/0 value to internal resource structure and then notify to server.
mz_error_t mz_set_and_notify_Ob19_0_0(char *src)
This function writes 19/0/0 value to internal resource structure and then notify to server.
void * mz_read_token_Ob19_1_0(mz_error_t *ret)
This function reads te token value of 19/1/0.
void * mz_read_value_Ob19_1_0(mz_error_t *ret)
This function Reads internal resource structure value of 19/1/0.
void * mz_read_value_Ob19_0_0(mz_error_t *ret)
This function Reads internal resource structure value of 19/0/0.
mz_error_t mz_notify_Ob19_1_0(void)
This function Notifies internal resource structure value of 19/1/0 to LwM2M server.