Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
os_mgmt_info_check Struct Reference

#include <os_mgmt.h>

Data Fields

struct zcbor_string * format
 Input format string from the mcumgr client.
 
uint32_tformat_bitmask
 Bitmask of values specifying which outputs should be present.
 
uint16_tvalid_formats
 Number of valid format characters parsed, must be incremented by 1 for each valid character.
 
boolcustom_os_name
 Needs to be set to true if the OS name is being provided by external code.
 

Field Documentation

◆ custom_os_name

bool* os_mgmt_info_check::custom_os_name

Needs to be set to true if the OS name is being provided by external code.

◆ format

struct zcbor_string* os_mgmt_info_check::format

Input format string from the mcumgr client.

◆ format_bitmask

uint32_t* os_mgmt_info_check::format_bitmask

Bitmask of values specifying which outputs should be present.

◆ valid_formats

uint16_t* os_mgmt_info_check::valid_formats

Number of valid format characters parsed, must be incremented by 1 for each valid character.


The documentation for this struct was generated from the following file: