Mistake on this page? Email us
fota_component_desc_info_t Struct Reference

#include <fota_component.h>

Data Fields

uint32_t install_alignment
 
bool support_delta
 
bool need_reboot
 
fota_candidate_iterate_handler_t candidate_iterate_cb
 
fota_component_post_install_handler_t component_post_install_cb
 
fota_component_curr_fw_read curr_fw_read
 
fota_component_curr_fw_get_digest curr_fw_get_digest
 

Detailed Description

Component description info

install_alignment If set to non-zero, fragment sizes returned to the user will be aligned to this value. candidate_iterate_cb callback to candidate iterate firmware function. Note: for Linux systems this iterative callback is replaced by fota_app_on_install_candidate support_delta if delta update supported for component. component_post_install_cb callback to for post install component check. curr_fw_read callback to read current firmware. Required only if delta is supported for current component, NULL otherwise. curr_fw_get_digest callback to get current firmware digest. Required only if delta is supported for current component, NULL otherwise. need_reboot if reboot required after installation.


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