Loading...
Searching...
No Matches
lwm2m_client_connection Struct Reference

Connection to server descriptor. More...

Detailed Description

Connection to server descriptor.

Definition at line 45 of file lwm2m_client.h.

#include <lwm2m_client.h>

Data Fields

struct lwm2m_client_connectionnext
 pointer to the next connection
 
sock_udp_ep_t remote
 remote endpoint
 
time_t last_send
 last sent packet to the server
 

Field Documentation

◆ last_send

time_t lwm2m_client_connection::last_send

last sent packet to the server

Definition at line 48 of file lwm2m_client.h.

◆ next

struct lwm2m_client_connection* lwm2m_client_connection::next

pointer to the next connection

Definition at line 46 of file lwm2m_client.h.

◆ remote

sock_udp_ep_t lwm2m_client_connection::remote

remote endpoint

Definition at line 47 of file lwm2m_client.h.


The documentation for this struct was generated from the following file: