LwM2M parameters. More...
#include <m2mbase.h>
Data Fields | |
uint32_t | max_age |
union { | |
char * name | |
uint16_t instance_id | |
} | identifier |
sn_nsdl_dynamic_resource_parameters_s * | dynamic_resource_params |
BaseType | base_type: 3 |
M2MBase::DataType | data_type: 3 |
bool | multiple_instance |
bool | free_on_delete |
true if struct is dynamically allocated and it and its members (name) are to be freed on destructor. More... | |
bool | identifier_int_type |
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. | |
LwM2M parameters.
bool M2MBase::lwm2m_parameters::free_on_delete |
true if struct is dynamically allocated and it and its members (name) are to be freed on destructor.
sn_nsdl_dynamic_resource_parameters_s
has its own similar, independent flag.