Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_ota_manifest Struct Reference

An OTA manifest, composed of multiple components/artifacts. More...

#include <ota.h>

Data Fields

int32_t seqnum
 OTA release sequence number.
 
struct golioth_ota_component components [CONFIG_GOLIOTH_OTA_MAX_NUM_COMPONENTS]
 An array of artifacts.
 
size_t num_components
 Number of artifacts.
 

Detailed Description

An OTA manifest, composed of multiple components/artifacts.

Definition at line 87 of file ota.h.

Field Documentation

◆ components

struct golioth_ota_component golioth_ota_manifest::components[CONFIG_GOLIOTH_OTA_MAX_NUM_COMPONENTS]

An array of artifacts.

Definition at line 92 of file ota.h.

◆ num_components

size_t golioth_ota_manifest::num_components

Number of artifacts.

Definition at line 94 of file ota.h.

◆ seqnum

int32_t golioth_ota_manifest::seqnum

OTA release sequence number.

Definition at line 90 of file ota.h.


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