Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
OpenThread state change callback
More...
#include <openthread.h>
Data Fields | |
otStateChangedCallback | otCallback |
Callback for notifying configuration or state changes. | |
void * | user_data |
User data if required. | |
sys_snode_t | node |
Internally used field for list handling. | |
OpenThread state change callback
OpenThread state change callback structure
Used to register a callback in the callback list. As many callbacks as needed can be added as long as each of them are unique pointers of struct openthread_state_changed_cb.
sys_snode_t openthread_state_changed_callback::node |
Internally used field for list handling.
otStateChangedCallback openthread_state_changed_callback::otCallback |
Callback for notifying configuration or state changes.
otCallback | OpenThread callback to register. See https://openthread.io/reference/group/api-instance#otstatechangedcallback for details. |
void* openthread_state_changed_callback::user_data |
User data if required.