|
Krotos Modules 3
|
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. | |
A simple middleware response object containing the success status and a message.
| String krotos::PresetLoadResponse::message {""} |
A message describing the result of the middleware operation.
| 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.