Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#include <callbacks.h>
Data Fields | |
sys_snode_t | node |
mgmt_cb | callback |
uint32_t | event_id |
MGMT callback struct
mgmt_cb mgmt_callback::callback |
Callback that will be called.
uint32_t mgmt_callback::event_id |
MGMT_EVT_[...] Event ID for handler to be called on. This has special meaning if MGMT_EVT_OP_ALL is used (which will cover all events for all groups), or MGMT_EVT_OP_*_MGMT_ALL (which will cover all events for a single group). For events that are part of a single group, they can be or'd together for this to have one registration trigger on multiple events, please note that this will only work for a single group, to register for events in different groups, they must be registered separately.
sys_snode_t mgmt_callback::node |
Entry list node.