Struct PamojaManifest
What a release says about itself, and what a device checks it against.
public struct PamojaManifest
- Inherited Members
Fields
ClassId
Which kind of device it is for.
public PamojaId ClassId
Field Value
Digest
The SHA-256 of the payload.
public PamojaDigest Digest
Field Value
Expires
When the release stops being offered, or 0 to never expire.
public ulong Expires
Field Value
Format
How the payload is encoded.
public byte Format
Field Value
Sequence
Rises with every release, which is what stops a replay.
public ulong Sequence
Field Value
Size
The payload length in bytes.
public uint Size
Field Value
Storage
Which slot the payload belongs in.
public byte Storage
Field Value
StructureVersion
Which iteration of the manifest format this is.
public byte StructureVersion
Field Value
VendorId
Who built the image.
public PamojaId VendorId