Anjay Lite
Loading...
Searching...
No Matches
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_cb_arg
 
const char * manufacturer
 
const char * model_number
 
const char * serial_number
 
const char * firmware_version
 
const char * binding_modes
 

Detailed Description

Internal state of Device Object.

Warning
The user must ensure that this structure remains valid for the entire lifetime of anj_t object or until the Object is removed using anj_dm_remove_obj.
INTERNAL FIELDS: This type contains fields used internally by the Anjay Lite library. Do not access them directly. They are not part of the public API.

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_cb_arg

void* reboot_cb_arg

◆ serial_number

const char* serial_number

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