|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
OpenThread state change callback. More...
#include </__w/zephyr/zephyr/modules/openthread/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_callback.
| 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.