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 77 of file net.h.
The list of asynchronous transactions.
Definition at line 86 of file net.h.
The endpoint used for listening.
Definition at line 94 of file net.h.
Definition at line 78 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 123 of file net.h.
< The hash table or list of known resources.
Definition at line 81 of file net.h.
Definition at line 93 of file net.h.
The time stamp in the first element of the sendqeue is relative to sendqueue_basetime.
Definition at line 92 of file net.h.
int coap_context_t::sockfd |
send/receive socket
Definition at line 97 of file net.h.
The documentation for this struct was generated from the following file: