31#ifndef _COAP_SERVER_TRANSPORT_H
32#define _COAP_SERVER_TRANSPORT_H
44error_t coapServerAcceptSession(CoapServerContext *context,
45 CoapDtlsSession *session,
const IpAddr *remoteIpAddr, uint16_t remotePort);
47error_t coapServerDemultiplexSession(CoapServerContext *context);
49void coapServerDeleteSession(CoapDtlsSession *session);
error_t
Error codes.
Definition error.h:43
IP network address.
Definition ip.h:72