|
Structure that holds the parsed contents of the update manifest sent by the ADU service. More...
#include <az_iot_adu_client.h>
Data Fields | |
az_span | manifest_version |
az_iot_adu_update_id | update_id |
az_iot_adu_client_update_manifest_instructions | instructions |
az_iot_adu_client_update_manifest_file | files [_az_IOT_ADU_CLIENT_MAX_TOTAL_FILE_COUNT] |
uint32_t | files_count |
az_span | create_date_time |
Structure that holds the parsed contents of the update manifest sent by the ADU service.
az_span az_iot_adu_client_update_manifest::create_date_time |
The creation date and time.
az_iot_adu_client_update_manifest_file az_iot_adu_client_update_manifest::files[_az_IOT_ADU_CLIENT_MAX_TOTAL_FILE_COUNT] |
Download urls for the files referenced in the update manifest instructions.
uint32_t az_iot_adu_client_update_manifest::files_count |
Number of items in files
.
az_iot_adu_client_update_manifest_instructions az_iot_adu_client_update_manifest::instructions |
Instructions of the update manifest.
az_span az_iot_adu_client_update_manifest::manifest_version |
Version of the update manifest schema.
az_iot_adu_update_id az_iot_adu_client_update_manifest::update_id |
User-defined identity of the update manifest.