CoRE Resource Directory endpoint standalone extension. More...
CoRE Resource Directory endpoint standalone extension.
Definition in file ep_standalone.h.
Go to the source code of this file.
Typedefs | |
| typedef void(* | cord_ep_standalone_cb_t) (cord_ep_standalone_event_t event) | 
| Callback function signature for RD endpoint state synchronization.   | |
Enumerations | |
| enum | cord_ep_standalone_event_t { CORD_EP_REGISTERED , CORD_EP_DEREGISTERED , CORD_EP_UPDATED } | 
| Possible types of events triggered by the cord_ep_standalone module.  More... | |
Functions | |
| void | cord_ep_standalone_run (void) | 
| Spawn a new thread that takes care of sending periodic updates to an active RD entry.   | |
| void | cord_ep_standalone_reg_cb (cord_ep_standalone_cb_t cb) | 
| Register a callback to be notified about RD endpoint state changes.   | |
| void | cord_ep_standalone_signal (bool connected) | 
| Signal the cord_ep thread about connection status change.   | |