|
Friendly LWM2M client
|
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 |
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.
| IS_MANDATORY wpp::ObjectInfo::isMandatory |
Definition at line 23 of file ObjectInfo.h.
| IS_SINGLE wpp::ObjectInfo::isSingle |
Definition at line 22 of file ObjectInfo.h.
| Version wpp::ObjectInfo::lwm2mVersion |
Definition at line 21 of file ObjectInfo.h.
| const char* wpp::ObjectInfo::name |
Definition at line 17 of file ObjectInfo.h.
| OBJ_ID wpp::ObjectInfo::objID |
Definition at line 18 of file ObjectInfo.h.
| Version wpp::ObjectInfo::objVersion |
Definition at line 20 of file ObjectInfo.h.
| ItemOp wpp::ObjectInfo::operations |
Definition at line 24 of file ObjectInfo.h.
| const char* wpp::ObjectInfo::urn |
Definition at line 19 of file ObjectInfo.h.