39 #ifndef COAP_SEPARATE_H_
40 #define COAP_SEPARATE_H_
44 typedef struct coap_separate {
49 coap_message_type_t type;
53 uint8_t token[COAP_TOKEN_LEN];
62 int coap_separate_handler(resource_t *resource,
void *request,
66 void coap_separate_resume(
void *response, coap_separate_t *separate_store,
void coap_separate_reject()
Reject a request that would require a separate response with an error message.
void coap_separate_accept(void *request, coap_separate_t *separate_store)
Initiate a separate response with an empty ACK.
An implementation of the Constrained Application Protocol (RFC).