![]() |
Contiki-NG
|
Callback API for doing CoAP requests. More...
#include "coap-engine.h"#include "coap-callback-api.h"#include "coap-transactions.h"#include "sys/cc.h"#include <stdlib.h>#include <string.h>#include <inttypes.h>#include "coap-log.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. | |
Callback API for doing CoAP requests.
Adapted from the blocking API.
Definition in file coap-callback-api.c.