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