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

MCUmgr Image list response. More...

#include <img_mgmt_client.h>

Data Fields

enum mcumgr_err_t status
 Status.
 
int image_list_length
 Length of image_list.
 
struct mcumgr_image_dataimage_list
 Image list pointer.
 

Detailed Description

MCUmgr Image list response.

Field Documentation

◆ image_list

struct mcumgr_image_data* mcumgr_image_state::image_list

Image list pointer.

◆ image_list_length

int mcumgr_image_state::image_list_length

Length of image_list.

◆ status

enum mcumgr_err_t mcumgr_image_state::status

Status.


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