Contiki-NG
coap-callback-api.h File Reference

Callback API for doing CoAP requests Adapted from the blocking API. More...

#include "coap-engine.h"
#include "coap-transactions.h"
#include "coap-request-state.h"
#include "sys/cc.h"

Go to the source code of this file.

Functions

int coap_send_request (coap_callback_request_state_t *callback_state, coap_endpoint_t *endpoint, coap_message_t *request, void(*callback)(coap_callback_request_state_t *callback_state))
 Send a CoAP request to a remote endpoint. More...
 

Detailed Description

Callback API for doing CoAP requests Adapted from the blocking API.

Author
Joakim Eriksson, joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e

Definition in file coap-callback-api.h.