Tizen RT Public API
v1.1 D4
|
device management APIs for DM More...
#include <tinyara/config.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | server_info_s |
Specify LWM2M server information such as ipaddress and port. More... | |
struct | client_info_s |
Specify LWM2M client information such as session lifetime. More... | |
struct | dm_lwm2m_context_s |
Specify DM context structure for a LWM2M session. More... | |
Enumerations | |
enum | dm_lwm2m_client_state_e |
Enumeration of dm client state. More... | |
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.