Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_event_coap_observer Struct Reference

CoAP Observer event structure. More...

#include <coap_mgmt.h>

Data Fields

struct coap_resourceresource
 The CoAP resource for which the event is emitted.
 
struct coap_observerobserver
 The observer that is added/removed.
 

Detailed Description

CoAP Observer event structure.

Field Documentation

◆ observer

struct coap_observer* net_event_coap_observer::observer

The observer that is added/removed.

◆ resource

struct coap_resource* net_event_coap_observer::resource

The CoAP resource for which the event is emitted.


The documentation for this struct was generated from the following file: