Main header for unicoap
More...
Main header for unicoap
Definition in file unicoap.h.
#include "net/unicoap/constants.h"#include "net/unicoap/config.h"#include "net/unicoap/message.h"#include "net/unicoap/options.h"#include "net/unicoap/transport.h"#include "net/unicoap/server.h"
Include dependency graph for unicoap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | unicoap_job_t |
A job that can be enqueued and executed by the unicoap message processing loop. More... | |
Managing the unicoap instance | |
| #define | UNICOAP_JOB(func) |
| Initializes a unicoap_job_t. | |
| kernel_pid_t | unicoap_init (void) |
| Initializes the unicoap stack. | |
| int | unicoap_deinit (void) |
| Tears down the unicoap stack, closing the background thread. | |
| static void | unicoap_loop_run (void) |
Runs unicoap processing loop. | |
| int | unicoap_loop_enqueue (unicoap_job_t *job) |
Schedules event to be run in the internal processing loop at the next possible instance. | |