31#ifndef _COAP_SERVER_MISC_H
32#define _COAP_SERVER_MISC_H
44void coapServerTick(CoapServerContext *context);
46error_t coapServerProcessRequest(CoapServerContext *context,
47 const uint8_t *data,
size_t length);
49error_t coapServerRejectRequest(CoapServerContext *context);
51error_t coapServerInitResponse(CoapServerContext *context);
53error_t coapServerSendResponse(CoapServerContext *context,
54 const void *data,
size_t length);
56error_t coapServerFormatReset(CoapServerContext *context, uint16_t mid);
error_t
Error codes.
Definition error.h:43