Zephyr API 3.6.99
|
CoAP Observer event structure. More...
#include <coap_mgmt.h>
Data Fields | |
struct coap_resource * | resource |
The CoAP resource for which the event is emitted. | |
struct coap_observer * | observer |
The observer that is added/removed. | |
CoAP Observer event structure.
struct coap_observer* net_event_coap_observer::observer |
The observer that is added/removed.
struct coap_resource* net_event_coap_observer::resource |
The CoAP resource for which the event is emitted.