Zephyr API 3.6.99
|
Describes what to do during processing of an upload request. More...
#include <img_mgmt.h>
Data Fields | |
unsigned long long | size |
The total size of the image. | |
int | write_bytes |
The number of image bytes to write to flash. | |
int | area_id |
The flash area to write to. | |
bool | proceed |
Whether to process the request; false if offset is wrong. | |
bool | erase |
Whether to erase the destination flash area. | |
Describes what to do during processing of an upload request.
int img_mgmt_upload_action::area_id |
The flash area to write to.
bool img_mgmt_upload_action::erase |
Whether to erase the destination flash area.
bool img_mgmt_upload_action::proceed |
Whether to process the request; false if offset is wrong.
unsigned long long img_mgmt_upload_action::size |
The total size of the image.
int img_mgmt_upload_action::write_bytes |
The number of image bytes to write to flash.