Public API and definitions for the helper functions to interact with basic objects from a LwM2M client.
More...
Public API and definitions for the helper functions to interact with basic objects from a LwM2M client.
- Author
- Leandro Lanzieri leand.nosp@m.ro.l.nosp@m.anzie.nosp@m.ri@h.nosp@m.aw-ha.nosp@m.mbur.nosp@m.g.de
Definition in file lwm2m_client_objects.h.
Go to the source code of this file.
◆ lwm2m_client_get_acc_ctrl_object()
Creates a LwM2M access control object with the default configuration.
- Parameters
-
[in] | client_data | Pointer to a LwM2M client data descriptor |
- Returns
- Pointer to the created object
-
NULL otherwise
◆ lwm2m_client_get_device_object()
Creates a LwM2M device object with the default configuration from net/lwm2m.h.
- Parameters
-
[in,out] | client_data | Pointer to a LwM2M client data descriptor |
- Returns
- Pointer to the created object
-
NULL otherwise
◆ lwm2m_client_get_security_object()
Creates a LwM2M security object with the default configuration from net/lwm2m.h.
- Parameters
-
[in,out] | client_data | Pointer to a LwM2M client data descriptor |
- Returns
- Pointer to the created object in success
-
NULL otherwise
◆ lwm2m_client_get_server_object()
Creates a LwM2M server object with the default configuration from net/lwm2m.h.
- Parameters
-
[in,out] | client_data | Pointer to a LwM2M client data descriptor |
- Returns
- Pointer to the created object
-
NULL otherwise