Anjay Lite
|
#include <device_object.h>
Data Fields | |
anj_dm_obj_t | obj |
anj_dm_obj_inst_t | inst |
anj_dm_reboot_callback_t * | reboot_cb |
void * | reboot_handler_arg |
const char * | manufacturer |
const char * | model_number |
const char * | serial_number |
const char * | firmware_version |
const char * | binding_modes |
Complex structure of a whole Device Object entity context that holds the Object and its Instance that are linked to Static Data Model.
User is expected to instantiate a structure of this type and not modify it directly throughout the LwM2M Client life.
const char* binding_modes |
const char* firmware_version |
anj_dm_obj_inst_t inst |
const char* manufacturer |
const char* model_number |
anj_dm_obj_t obj |
anj_dm_reboot_callback_t* reboot_cb |
void* reboot_handler_arg |
const char* serial_number |