ServerResponseConfiguration Read-only data struct containing the relevant data of the 'configuration' response from the VoxtaServer. More...
#include <ServerResponseConfiguration.h>
Public Member Functions | |
ServerResponseConfiguration (const TArray< FVoxtaServiceGroupData > &services) | |
Construct a configuration response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const TArray< FVoxtaServiceGroupData > | SERVICES |
The map of all registered service-types (both enabled and disabled), each containing every serviceEntry of that type. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseConfiguration Read-only data struct containing the relevant data of the 'configuration' response from the VoxtaServer.
Contains information about enabled Voxta services.
|
inlineexplicit |
Construct a configuration response.
services | The map of registered Voxta services (both enabled and disabled). |
const TArray<FVoxtaServiceGroupData> ServerResponseConfiguration::SERVICES |
The map of all registered service-types (both enabled and disabled), each containing every serviceEntry of that type.