Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
#include <os_mgmt.h>
Data Fields | |
struct zcbor_string * | format |
Input format string from the mcumgr client. | |
uint32_t * | format_bitmask |
Bitmask of values specifying which outputs should be present. | |
uint16_t * | valid_formats |
Number of valid format characters parsed, must be incremented by 1 for each valid character. | |
bool * | custom_os_name |
Needs to be set to true if the OS name is being provided by external code. | |
bool* os_mgmt_info_check::custom_os_name |
Needs to be set to true if the OS name is being provided by external code.
struct zcbor_string* os_mgmt_info_check::format |
Input format string from the mcumgr client.
uint32_t* os_mgmt_info_check::format_bitmask |
Bitmask of values specifying which outputs should be present.
uint16_t* os_mgmt_info_check::valid_formats |
Number of valid format characters parsed, must be incremented by 1 for each valid character.