![]() |
Contiki-NG
|
CoAP module for separate responses. More...
#include "coap.h"#include "coap-separate.h"#include "coap-transactions.h"#include "sys/cc.h"#include <string.h>#include "coap-log.h"Go to the source code of this file.
Functions | |
| void | coap_separate_reject () |
| Reject a request that would require a separate response with an error message. | |
| void | coap_separate_accept (coap_message_t *coap_req, coap_separate_t *separate_store) |
| Initiate a separate response with an empty ACK. | |
CoAP module for separate responses.
Definition in file coap-separate.c.