40#ifndef LWM2M_CLIENT_CONNECTION_H
41#define LWM2M_CLIENT_CONNECTION_H
53#define SCHEME_COAPS "coaps://"
54#define SCHEME_COAP "coap://"
82 uint8_t *buffer,
size_t num_bytes,
lwm2m_client_connection_type_t
Type of connection to the LwM2M server.
Definitions for IPv6 addresses.
Definitions and public API for a LwM2M client using Wakaama.
LwM2M client configurations.
lwm2m_client_connection_t * lwm2m_client_connection_find(lwm2m_client_connection_t *conn_list, const sock_udp_ep_t *remote, lwm2m_client_connection_type_t type)
Tries to find an existing connection based on a remote UDP endpoint.
int lwm2m_connection_handle_packet(lwm2m_client_connection_t *conn, uint8_t *buffer, size_t num_bytes, lwm2m_client_data_t *client_data)
Handles a received packet from a connection.
Common IP-based transport layer end point.
Connection to server descriptor.