|
Contiki-NG
|
CoAP engine implementation.More...
#include "coap.h"#include "coap-timer.h"#include "coap-transactions.h"#include "coap-observe.h"#include "coap-separate.h"#include "coap-observe-client.h"#include "coap-transport.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 engine implementation.
Definition in file coap-engine.h.
1.8.13