Friendly LWM2M client
AudioClipInfo.h
Go to the documentation of this file.
1 /*
2  * Generated on: 2024-03-11 13:52:27
3  * Created by: Sinai RnD
4  */
5 
6 #ifndef WPP_AUDIO_CLIP_INFO_H
7 #define WPP_AUDIO_CLIP_INFO_H
8 
9 #include "ObjectInfo.h"
10 
11 #ifdef OBJ_O_3339_AUDIO_CLIP
12 
13 namespace wpp {
14 
15 inline const ObjectInfo AUDIO_CLIP_OBJ_INFO = {
16  /* Name */
17  "Audio Clip",
18  /* Object ID */
19  OBJ_ID::AUDIO_CLIP,
20  /* URN */
21  "urn:oma:lwm2m:ext:3339",
22  /* Object version */
23  {1,0},
24  /* Lwm2m version */
25  {1,0},
26  /* Is single */
28  /* Is Mandatory */
30  /* Object supported operations */
31  /* --------------- Info block 0 start --------------- */
32  ItemOp(ItemOp::CREATE|
38  /* --------------- Info block 0 end --------------- */
39 };
40 
41 } /* namespace wpp */
42 
43 #endif /* OBJ_O_3339_AUDIO_CLIP */
44 #endif // WPP_AUDIO_CLIP_INFO_H
The WppConnection class represents a connection interface for the Wpp library.
Definition: WppClient.cpp:14
@ DELETE
Definition: ItemOp.h:36
@ EXECUTE
Definition: ItemOp.h:33
@ DISCOVER
Definition: ItemOp.h:34
@ CREATE
Definition: ItemOp.h:35