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
;
18
OBJ_ID
objID
;
19
const
char
*
urn
;
20
Version
objVersion
;
21
Version
lwm2mVersion
;
22
IS_SINGLE
isSingle
;
23
IS_MANDATORY
isMandatory
;
24
ItemOp
operations
;
25
};
26
27
};
// wpp
28
29
#endif
// WPP_OBJECT_INFO_H
ItemOp.h
ObjectID.h
wpp
The WppConnection class represents a connection interface for the Wpp library.
Definition:
WppClient.cpp:14
wpp::IS_MANDATORY
IS_MANDATORY
Definition:
WppTypes.h:116
wpp::OBJ_ID
OBJ_ID
Enumeration of object IDs in the Wpp library.
Definition:
ObjectID.h:14
wpp::IS_SINGLE
IS_SINGLE
Definition:
WppTypes.h:111
wpp::ItemOp
The ItemOp struct represents the operations that can be performed on a instance/resource.
Definition:
ItemOp.h:24
wpp::ObjectInfo
The ObjectInfo struct represents information about an object in the Wakaama data model.
Definition:
ObjectInfo.h:16
wpp::ObjectInfo::isMandatory
IS_MANDATORY isMandatory
Definition:
ObjectInfo.h:23
wpp::ObjectInfo::lwm2mVersion
Version lwm2mVersion
Definition:
ObjectInfo.h:21
wpp::ObjectInfo::objVersion
Version objVersion
Definition:
ObjectInfo.h:20
wpp::ObjectInfo::urn
const char * urn
Definition:
ObjectInfo.h:19
wpp::ObjectInfo::objID
OBJ_ID objID
Definition:
ObjectInfo.h:18
wpp::ObjectInfo::operations
ItemOp operations
Definition:
ObjectInfo.h:24
wpp::ObjectInfo::isSingle
IS_SINGLE isSingle
Definition:
ObjectInfo.h:22
wpp::ObjectInfo::name
const char * name
Definition:
ObjectInfo.h:17
wpp::Version
Definition:
WppTypes.h:122
wpp
registry
data_model
types
ObjectInfo.h
Generated by
1.9.1