Syntalos::LoadSettingsRequest

Syntalos::LoadSettingsRequest

Syntalos::LoadSettingsRequest

More…

#include <ipc-types-private.h>

Public Functions

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

Public Attributes

Name
std::stringbaseDir
ByteVectordata

Detailed Description

struct Syntalos::LoadSettingsRequest;

Request the module to load project settings.

Public Functions Documentation

function toBytes

inline ByteVector toBytes() const

function fromMemory

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

Public Attributes Documentation

variable baseDir

std::string baseDir;

variable data

ByteVector data;

Updated on 2026-04-20 at 12:45:37 +0000