RADLib
RADical C++ application framework
RADUpdate::Payload Struct Reference

Payload file declared in an update manifest. More...

#include <RADUpdate.h>

Public Attributes

std::string path
 File path relative to bundle root. More...
 
std::string sha256
 Expected lowercase SHA-256 hex digest. More...
 
uint64_t size = 0
 Expected file size in bytes; 0 disables size checking. More...
 

Detailed Description

Payload file declared in an update manifest.

Member Data Documentation

◆ path

std::string RADUpdate::Payload::path

File path relative to bundle root.

◆ sha256

std::string RADUpdate::Payload::sha256

Expected lowercase SHA-256 hex digest.

◆ size

uint64_t RADUpdate::Payload::size = 0

Expected file size in bytes; 0 disables size checking.


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