Mistake on this page? Email us
M2MBase::lwm2m_parameters Struct Reference

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.
 

Detailed Description

LwM2M parameters.

Field Documentation

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.

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

The documentation for this struct was generated from the following file:
  • mbed-cloud-client/mbed-client/mbed-client/m2mbase.h