Mayank Gupta / Mbed OS pelion-example-frdm

Dependencies:   FXAS21002 FXOS8700Q

Embed: (wiki syntax)

« Back to documentation index

M2MBase::lwm2m_parameters Struct Reference

M2MBase::lwm2m_parameters Struct Reference

LwM2M parameters. More...

#include <m2mbase.h>

Data Fields

bool free_on_delete
 true if struct is dynamically allocated and it and its members (name) are to be freed on destructor.
bool read_write_callback_set
 If set, all the read and write operations are handled in callbacks and the resource value is not stored anymore in M2MResourceBase.

Detailed Description

LwM2M parameters.

Definition at line 210 of file m2mbase.h.


Field Documentation

true if struct is dynamically allocated and it and its members (name) are to be freed on destructor.

Note:
The `sn_nsdl_dynamic_resource_parameters_s` has its own similar, independent flag.
This also serves as a read-only flag.

Definition at line 224 of file m2mbase.h.

If set, all the read and write operations are handled in callbacks and the resource value is not stored anymore in M2MResourceBase.

Definition at line 231 of file m2mbase.h.