Anjay Lite
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
anj_dm_device_obj_t Struct Reference

#include <device_object.h>

Data Fields

anj_dm_obj_t obj
 
anj_dm_obj_inst_t inst
 
anj_dm_reboot_callback_treboot_cb
 
void * reboot_handler_arg
 
const char * manufacturer
 
const char * model_number
 
const char * serial_number
 
const char * firmware_version
 
const char * binding_modes
 

Detailed Description

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.

Field Documentation

◆ binding_modes

const char* binding_modes

◆ firmware_version

const char* firmware_version

◆ inst

◆ manufacturer

const char* manufacturer

◆ model_number

const char* model_number

◆ obj

◆ reboot_cb

◆ reboot_handler_arg

void* reboot_handler_arg

◆ serial_number

const char* serial_number

The documentation for this struct was generated from the following file: