![]() |
Contiki-NG
|
CoAP implementation Engine. More...
#include "coap-engine.h"#include "sys/cc.h"#include "lib/list.h"#include <stdio.h>#include <stdlib.h>#include <inttypes.h>#include <string.h>#include "coap-log.h"Go to the source code of this file.
Functions | |
| void | coap_activate_resource (coap_resource_t *resource, const char *path) |
| Makes a resource available under the given URI path. | |
| coap_resource_t * | coap_get_first_resource (void) |
| Returns the first of the registered CoAP resources. | |
| coap_resource_t * | coap_get_next_resource (coap_resource_t *resource) |
| Returns the next registered CoAP resource. | |
CoAP implementation Engine.
Definition in file coap-engine.c.