Loading...
Searching...
No Matches
unicoap.h File Reference

Main header for unicoap More...

Detailed Description

Main header for unicoap

Author
Carl Seifert carl..nosp@m.seif.nosp@m.ert@t.nosp@m.u-dr.nosp@m.esden.nosp@m..de

Definition in file unicoap.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.