Friendly LWM2M client
Lwm2mSecurityInfo.h
Go to the documentation of this file.
1
/*
2
* Generated on: 2023-11-02 16:43:32
3
* Created by: Sinai RnD
4
*/
5
6
#ifndef WPP_LWM2M_SECURITY_INFO_H
7
#define WPP_LWM2M_SECURITY_INFO_H
8
9
#include "
ObjectInfo.h
"
10
11
#ifdef OBJ_M_0_LWM2M_SECURITY
12
13
namespace
wpp
{
14
15
inline
const
ObjectInfo
LWM2M_SECURITY_OBJ_INFO
= {
16
/* Name */
17
"LWM2M Security"
,
18
/* Object ID */
19
OBJ_ID::LWM2M_SECURITY
,
20
/* URN */
21
"urn:oma:lwm2m:oma:0:1.1"
,
22
/* Object version */
23
{1,1},
24
/* Lwm2m version */
25
{1,1},
26
/* Is single */
27
IS_SINGLE::MULTIPLE
,
28
/* Is Mandatory */
29
IS_MANDATORY::MANDATORY
,
30
/* Object supported operations */
31
/* --------------- Info block 0 start --------------- */
32
ItemOp
(
ItemOp::CREATE
|
33
ItemOp::DELETE
|
34
ItemOp::READ
|
35
ItemOp::WRITE
|
36
ItemOp::DISCOVER
|
37
ItemOp::EXECUTE
),
38
/* --------------- Info block 0 end --------------- */
39
};
40
41
}
/* namespace wpp */
42
43
#endif
/* OBJ_M_0_LWM2M_SECURITY */
44
#endif
// WPP_LWM2M_SECURITY_INFO_H
ObjectInfo.h
wpp
The WppConnection class represents a connection interface for the Wpp library.
Definition:
WppClient.cpp:14
wpp::IS_MANDATORY::MANDATORY
@ MANDATORY
wpp::LWM2M_SECURITY_OBJ_INFO
const ObjectInfo LWM2M_SECURITY_OBJ_INFO
Definition:
Lwm2mSecurityInfo.h:15
wpp::LWM2M_SECURITY
@ LWM2M_SECURITY
Definition:
ObjectID.h:23
wpp::IS_SINGLE::MULTIPLE
@ MULTIPLE
wpp::ItemOp
The ItemOp struct represents the operations that can be performed on a instance/resource.
Definition:
ItemOp.h:24
wpp::ItemOp::DELETE
@ DELETE
Definition:
ItemOp.h:36
wpp::ItemOp::EXECUTE
@ EXECUTE
Definition:
ItemOp.h:33
wpp::ItemOp::READ
@ READ
Definition:
ItemOp.h:31
wpp::ItemOp::DISCOVER
@ DISCOVER
Definition:
ItemOp.h:34
wpp::ItemOp::WRITE
@ WRITE
Definition:
ItemOp.h:32
wpp::ItemOp::CREATE
@ CREATE
Definition:
ItemOp.h:35
wpp::ObjectInfo
The ObjectInfo struct represents information about an object in the Wakaama data model.
Definition:
ObjectInfo.h:16
wpp
registry
objects
m_0_lwm2m_security
Lwm2mSecurityInfo.h
Generated by
1.9.1