Friendly LWM2M client
ObjectInfo.h
Go to the documentation of this file.
1 #ifndef WPP_OBJECT_INFO_H
2 #define WPP_OBJECT_INFO_H
3 
4 #include "ItemOp.h"
5 #include "ObjectID.h"
6 
7 namespace wpp {
8 
16 struct ObjectInfo {
17  const char *name;
19  const char *urn;
25 };
26 
27 }; // wpp
28 
29 #endif // WPP_OBJECT_INFO_H
The WppConnection class represents a connection interface for the Wpp library.
Definition: WppClient.cpp:14
IS_MANDATORY
Definition: WppTypes.h:116
OBJ_ID
Enumeration of object IDs in the Wpp library.
Definition: ObjectID.h:14
IS_SINGLE
Definition: WppTypes.h:111
The ItemOp struct represents the operations that can be performed on a instance/resource.
Definition: ItemOp.h:24
The ObjectInfo struct represents information about an object in the Wakaama data model.
Definition: ObjectInfo.h:16
IS_MANDATORY isMandatory
Definition: ObjectInfo.h:23
Version lwm2mVersion
Definition: ObjectInfo.h:21
Version objVersion
Definition: ObjectInfo.h:20
const char * urn
Definition: ObjectInfo.h:19
ItemOp operations
Definition: ObjectInfo.h:24
IS_SINGLE isSingle
Definition: ObjectInfo.h:22
const char * name
Definition: ObjectInfo.h:17