ServerResponseBase Abstract read-only data struct that all responses from the VoxtaServer derive from. More...
#include <ServerResponseBase.h>
Public Member Functions | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseBase Abstract read-only data struct that all responses from the VoxtaServer derive from.
Used to ensure a streamlined and type-safe public API for server responses. Contains the response type for identification.
|
virtualdefault |
|
inlineexplicit |
const ServerResponseType ServerResponseBase::RESPONSE_TYPE |
The type of this server response.