Friendly LWM2M client
FirmwareUpdateInfo.h
Go to the documentation of this file.
1 /*
2  * Generated on: 2024-04-03 15:26:42
3  * Created by: Sinai RnD
4  */
5 
6 #ifndef WPP_FIRMWARE_UPDATE_INFO_H
7 #define WPP_FIRMWARE_UPDATE_INFO_H
8 
9 #include "ObjectInfo.h"
10 
11 #ifdef OBJ_O_5_FIRMWARE_UPDATE
12 
13 namespace wpp {
14 
16  /* Name */
17  "Firmware Update",
18  /* Object ID */
20  /* URN */
21  "urn:oma:lwm2m:oma:5: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 --------------- */
36  /* --------------- Info block 0 end --------------- */
37 };
38 
39 } /* namespace wpp */
40 
41 #endif /* OBJ_O_5_FIRMWARE_UPDATE */
42 #endif // WPP_FIRMWARE_UPDATE_INFO_H
The WppConnection class represents a connection interface for the Wpp library.
Definition: WppClient.cpp:14
const ObjectInfo FIRMWARE_UPDATE_OBJ_INFO
@ FIRMWARE_UPDATE
Definition: ObjectID.h:38
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