Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Image list flags. More...

#include <zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt_client.h>

Data Fields

bool bootable: 1
 Bootable image.
bool pending: 1
 Pending update state.
bool confirmed: 1
 Confirmed image.
bool active: 1
 Active image.
bool permanent: 1
 Permanent image state.

Detailed Description

Image list flags.

Field Documentation

◆ active

bool mcumgr_image_list_flags::active

Active image.

◆ bootable

bool mcumgr_image_list_flags::bootable

Bootable image.

◆ confirmed

bool mcumgr_image_list_flags::confirmed

Confirmed image.

◆ pending

bool mcumgr_image_list_flags::pending

Pending update state.

◆ permanent

bool mcumgr_image_list_flags::permanent

Permanent image state.


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