Friendly LWM2M client
Lwm2mServerInfo.h
Go to the documentation of this file.
1 /*
2  * Generated on: 2023-11-02 16:41:01
3  * Created by: Sinai RnD
4  */
5 
6 #ifndef WPP_LWM2M_SERVER_INFO_H
7 #define WPP_LWM2M_SERVER_INFO_H
8 
9 #include "ObjectInfo.h"
10 
11 #ifdef OBJ_M_1_LWM2M_SERVER
12 
13 namespace wpp {
14 
16  /* Name */
17  "LwM2M Server",
18  /* Object ID */
20  /* URN */
21  "urn:oma:lwm2m:oma:1:1.1",
22  /* Object version */
23  {1,1},
24  /* Lwm2m version */
25  {1,1},
26  /* Is single */
28  /* Is Mandatory */
30  /* Object supported operations */
31  /* --------------- Info block 0 start --------------- */
38  /* --------------- Info block 0 end --------------- */
39 };
40 
41 } /* namespace wpp */
42 
43 #endif /* OBJ_M_1_LWM2M_SERVER */
44 #endif // WPP_LWM2M_SERVER_INFO_H
The WppConnection class represents a connection interface for the Wpp library.
Definition: WppClient.cpp:14
const ObjectInfo LWM2M_SERVER_OBJ_INFO
@ LWM2M_SERVER
Definition: ObjectID.h:20
The ItemOp struct represents the operations that can be performed on a instance/resource.
Definition: ItemOp.h:24
@ DELETE
Definition: ItemOp.h:36
@ EXECUTE
Definition: ItemOp.h:33
@ DISCOVER
Definition: ItemOp.h:34
@ CREATE
Definition: ItemOp.h:35
The ObjectInfo struct represents information about an object in the Wakaama data model.
Definition: ObjectInfo.h:16