|
Tizen RT Public API
v1.0 D5
|
device management APIs for DM More...
#include "liblwm2m.h"#include "er-coap-13/er-coap-13.h"
Go to the source code of this file.
Data Structures | |
| struct | dm_lwm2m_context_s |
| Struct definition of DM context for a LWM2M session. More... | |
| struct | dm_lwm2m_context_s::server_info_s |
| struct | dm_lwm2m_context_s::client_info_s |
Enumerations |
Functions | |
| int | dm_lwm2m_start_client (struct dm_lwm2m_context_s *dm_context) |
| Start a DM client. More... | |
| int | dm_lwm2m_stop_client (void) |
| Close a DM client. More... | |
| int | dm_lwm2m_get_server_address (char *server_ipAddr) |
| Get server IP address. More... | |
| int | dm_lwm2m_get_server_port (char *server_port) |
| Get server port number. More... | |
| int | dm_lwm2m_get_client_lifetime (int *lifetime) |
| Get lifetime for a client. More... | |
| int | dm_lwm2m_get_client_state (dm_lwm2m_client_state_e *state) |
| Get state of client. More... | |
| int | dm_lwm2m_display_client_resource (char *buffer) |
| Get client resource value. More... | |
device management APIs for DM
Definition in file dm_lwm2m.h.