Acl::MediaReceiver::CustomSystemControllerCallResponse
Acl::MediaReceiver::CustomSystemControllerCallResponse Struct Reference
A struct containing the data returned from the Rendering Engine on a custom System Controller call, with information that will be propagated back to the System Controller and its client.
#include <MediaReceiver.h>
Public Attributes
| Name | |
|---|---|
| ISystemControllerInterface::StatusCode | mCode |
| nlohmann::json | mParameters |
| std::string | mErrorMessage |
Public Attributes Documentation
variable mCode
ISystemControllerInterface::StatusCode mCode;
variable mParameters
nlohmann::json mParameters;
variable mErrorMessage
std::string mErrorMessage;