|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Structure provided in the MGMT_EVT_OP_OS_MGMT_RESET notification callback: This callback function is used to notify the application about a pending device reboot request and to authorise or deny it. More...
#include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_callbacks.h>
Data Fields | |
| bool | force |
| Contains the value of the force parameter. | |
| uint8_t | boot_mode |
| Contains the value of the boot_mode parameter. | |
Structure provided in the MGMT_EVT_OP_OS_MGMT_RESET notification callback: This callback function is used to notify the application about a pending device reboot request and to authorise or deny it.
| uint8_t os_mgmt_reset_data::boot_mode |
Contains the value of the boot_mode parameter.
| bool os_mgmt_reset_data::force |
Contains the value of the force parameter.