Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcumgr_image_list_flags Struct Reference

Image list flags. More...

#include <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: