|
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. More... | |
| coap_resource_t * | coap_get_first_resource (void) |
| Returns the first of registered CoAP resources. More... | |
| coap_resource_t * | coap_get_next_resource (coap_resource_t *resource) |
| Returns the next registered CoAP resource. More... | |
CoAP implementation Engine.
Definition in file coap-engine.c.
1.8.13