Connection to server descriptor. More...
Connection to server descriptor.
Definition at line 57 of file lwm2m_client.h.
#include <lwm2m_client.h>
Data Fields | |
struct lwm2m_client_connection * | next |
pointer to the next connection | |
sock_udp_ep_t | remote |
remote endpoint | |
sock_dtls_session_t | session |
DTLS session (needs wakaama_client_dtls module) | |
lwm2m_client_connection_type_t | type |
type of connection | |
time_t | last_send |
last sent packet to the server | |
time_t lwm2m_client_connection::last_send |
last sent packet to the server
Definition at line 64 of file lwm2m_client.h.
struct lwm2m_client_connection* lwm2m_client_connection::next |
pointer to the next connection
Definition at line 58 of file lwm2m_client.h.
sock_udp_ep_t lwm2m_client_connection::remote |
remote endpoint
Definition at line 59 of file lwm2m_client.h.
sock_dtls_session_t lwm2m_client_connection::session |
DTLS session (needs wakaama_client_dtls module)
Definition at line 61 of file lwm2m_client.h.
lwm2m_client_connection_type_t lwm2m_client_connection::type |
type of connection
Definition at line 63 of file lwm2m_client.h.