Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
CoAP Observer event structure. More...
#include <zephyr/net/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.