Friendly LWM2M client
wpp::ObjectInfo Struct Reference

The ObjectInfo struct represents information about an object in the Wakaama data model. More...

#include <ObjectInfo.h>

+ Collaboration diagram for wpp::ObjectInfo:

Public Attributes

const char * name
 
OBJ_ID objID
 
const char * urn
 
Version objVersion
 
Version lwm2mVersion
 
IS_SINGLE isSingle
 
IS_MANDATORY isMandatory
 
ItemOp operations
 

Detailed Description

The ObjectInfo struct represents information about an object in the Wakaama data model.

This struct contains various properties that describe an object, such as its name, ID, URN, versions, and operation types. It is used to define the characteristics and behavior of objects in the Wakaama data model.

Definition at line 16 of file ObjectInfo.h.

Member Data Documentation

◆ isMandatory

IS_MANDATORY wpp::ObjectInfo::isMandatory

Definition at line 23 of file ObjectInfo.h.

◆ isSingle

IS_SINGLE wpp::ObjectInfo::isSingle

Definition at line 22 of file ObjectInfo.h.

◆ lwm2mVersion

Version wpp::ObjectInfo::lwm2mVersion

Definition at line 21 of file ObjectInfo.h.

◆ name

const char* wpp::ObjectInfo::name

Definition at line 17 of file ObjectInfo.h.

◆ objID

OBJ_ID wpp::ObjectInfo::objID

Definition at line 18 of file ObjectInfo.h.

◆ objVersion

Version wpp::ObjectInfo::objVersion

Definition at line 20 of file ObjectInfo.h.

◆ operations

ItemOp wpp::ObjectInfo::operations

Definition at line 24 of file ObjectInfo.h.

◆ urn

const char* wpp::ObjectInfo::urn

Definition at line 19 of file ObjectInfo.h.