Contiki-NG
Loading...
Searching...
No Matches
coap-transport.h File Reference

API for CoAP transport. More...

#include "coap-endpoint.h"

Go to the source code of this file.

Functions

uint8_t * coap_databuf (void)
 Returns a common data buffer that can be used when generating CoAP messages for transmission.
 
int coap_sendto (const coap_endpoint_t *ep, const uint8_t *data, uint16_t len)
 Send a message to the specified CoAP endpoint.
 
void coap_transport_init (void)
 Initialize the CoAP transport.
 

Detailed Description

API for CoAP transport.

Author
Niclas Finne nfi@s.nosp@m.ics..nosp@m.se Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e

Definition in file coap-transport.h.