Syntalos::EdlReserveReply

Syntalos::EdlReserveReply

Syntalos::EdlReserveReply

Public Functions

Name
ByteVectortoBytes() const
EdlReserveReplyfromMemory(const void * memory, size_t size)

Public Attributes

Name
boolsuccess
std::stringerrorMessage
std::stringabsolutePath

Public Functions Documentation

function toBytes

inline ByteVector toBytes() const

function fromMemory

static inline EdlReserveReply fromMemory(
    const void * memory,
    size_t size
)

Public Attributes Documentation

variable success

bool success {false};

variable errorMessage

std::string errorMessage;

variable absolutePath

std::string absolutePath;

Updated on 2026-05-09 at 19:46:31 +0000