The CoAP stack's global state is stored in a coap_context_t object.
More...
#include <net.h>
The CoAP stack's global state is stored in a coap_context_t object.
Definition at line 97 of file net.h.
list of asynchronous transactions
Definition at line 104 of file net.h.
Definition at line 98 of file net.h.
unsigned short coap_context_t::message_id |
unsigned int coap_context_t::observe |
The next value to be used for Observe.
This field is global for all resources and will be updated when notifications are created.
Definition at line 141 of file net.h.
hash table or list of known resources
Definition at line 100 of file net.h.
coap_tick_t coap_context_t::sendqueue_basetime |
The time stamp in the first element of the sendqeue is relative to sendqueue_basetime.
Definition at line 109 of file net.h.
The documentation for this struct was generated from the following file: