The CoAP stack's global state is stored in a coap_context_t object.
More...
#include <net.h>
Detailed Description
The CoAP stack's global state is stored in a coap_context_t object.
Definition at line 90 of file net.h.
Field Documentation
list of asynchronous transactions
Definition at line 97 of file net.h.
Definition at line 91 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 121 of file net.h.
Definition at line 99 of file net.h.
hash table of known resources
Definition at line 93 of file net.h.
Definition at line 99 of file net.h.
| int coap_context_t::sockfd |
send/receive socket
Definition at line 101 of file net.h.
The documentation for this struct was generated from the following file: