Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
lwm2m_client_objects.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 HAW Hamburg
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
19
#ifndef LWM2M_CLIENT_OBJECTS_H
20
#define LWM2M_CLIENT_OBJECTS_H
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#include "
lwm2m_client.h
"
27
36
#define LWM2M_ACC_CTRL_READ (1 << 0)
37
#define LWM2M_ACC_CTRL_WRITE (1 << 1)
38
#define LWM2M_ACC_CTRL_EXECUTE (1 << 2)
39
#define LWM2M_ACC_CTRL_DELETE (1 << 3)
40
#define LWM2M_ACC_CTRL_CREATE (1 << 4)
53
lwm2m_object_t *
lwm2m_client_get_server_object
(
54
lwm2m_client_data_t
*client_data,
int
server_id);
55
64
lwm2m_object_t *
lwm2m_client_get_acc_ctrl_object
(
65
lwm2m_client_data_t
*client_data);
66
67
#ifdef __cplusplus
68
}
69
#endif
70
71
#endif
/* LWM2M_CLIENT_OBJECTS_H */
lwm2m_client.h
Definitions and public API for a LwM2M client using Wakaama.
lwm2m_client_get_server_object
lwm2m_object_t * lwm2m_client_get_server_object(lwm2m_client_data_t *client_data, int server_id)
Creates a LwM2M server object with the default configuration from net/lwm2m.h.
lwm2m_client_get_acc_ctrl_object
lwm2m_object_t * lwm2m_client_get_acc_ctrl_object(lwm2m_client_data_t *client_data)
Creates a LwM2M access control object with the default configuration.
lwm2m_client_data_t
LwM2M client descriptor.
Definition
lwm2m_client.h:70
Generated on Thu Apr 3 2025 20:13:17 by
1.12.0