Azure SDK for Embedded C
Data Fields
az_iot_adu_client_update_manifest Struct Reference

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
 

Detailed Description

Structure that holds the parsed contents of the update manifest sent by the ADU service.

Field Documentation

◆ create_date_time

az_span az_iot_adu_client_update_manifest::create_date_time

The creation date and time.

◆ files

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.

◆ files_count

uint32_t az_iot_adu_client_update_manifest::files_count

Number of items in files.

◆ instructions

az_iot_adu_client_update_manifest_instructions az_iot_adu_client_update_manifest::instructions

Instructions of the update manifest.

◆ manifest_version

az_span az_iot_adu_client_update_manifest::manifest_version

Version of the update manifest schema.

◆ update_id

az_iot_adu_update_id az_iot_adu_client_update_manifest::update_id

User-defined identity of the update manifest.


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