A response to a request, consists of a status code and an (optional) parameters JSON object.
#include <ISystemControllerInterface.h>
Name | |
---|---|
StatusCode | mCode |
nlohmann::json | mParameters |
StatusCode mCode;
nlohmann::json mParameters;
Updated on 2023-01-23 at 12:02:53 +0100