Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_mgmt.h File Reference

CoAP Events code public header. More...

Go to the source code of this file.

Data Structures

struct  net_event_coap_service
 CoAP Service event structure. More...
 
struct  net_event_coap_observer
 CoAP Observer event structure. More...
 

Macros

#define NET_EVENT_COAP_SERVICE_STARTED    (_NET_COAP_IF_BASE | NET_EVENT_COAP_CMD_SERVICE_STARTED)
 coap_mgmt event raised when a service has started
 
#define NET_EVENT_COAP_SERVICE_STOPPED    (_NET_COAP_IF_BASE | NET_EVENT_COAP_CMD_SERVICE_STOPPED)
 coap_mgmt event raised when a service has stopped
 
#define NET_EVENT_COAP_OBSERVER_ADDED    (_NET_COAP_IF_BASE | NET_EVENT_COAP_CMD_OBSERVER_ADDED)
 coap_mgmt event raised when an observer has been added to a resource
 
#define NET_EVENT_COAP_OBSERVER_REMOVED    (_NET_COAP_IF_BASE | NET_EVENT_COAP_CMD_OBSERVER_REMOVED)
 coap_mgmt event raised when an observer has been removed from a resource
 

Detailed Description

CoAP Events code public header.