Krotos Modules 3
Loading...
Searching...
No Matches
krotos::PresetLoadResponse Struct Reference

A simple middleware response object containing the success status and a message. More...

#include <PresetEventMiddleware.h>

Public Attributes

bool success {true}
 Indicates whether the middleware was successful in processing the preset load request, Also returns true by default, if no action was taken.
 
String message {""}
 A message describing the result of the middleware operation.
 

Detailed Description

A simple middleware response object containing the success status and a message.

Member Data Documentation

◆ message

String krotos::PresetLoadResponse::message {""}

A message describing the result of the middleware operation.

◆ success

bool krotos::PresetLoadResponse::success {true}

Indicates whether the middleware was successful in processing the preset load request, Also returns true by default, if no action was taken.


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