Eile Mit Weile
Loading...
Searching...
No Matches
ServerResponse.hpp File Reference
#include <string>
#include <unordered_map>
#include "common/serialization/serializable.hpp"

Go to the source code of this file.

Classes

class  ServerResponse
 Base class for all messages sent from the server to the client. More...
 
struct  ServerResponse::BaseClassProperties
 Contains the properties that are common to all ServerResponses. More...
 

Enumerations

enum  ResponseType { req_response , state_diff_msg , full_state_msg }
 Identifier for the different server responses. More...
 

Enumeration Type Documentation

◆ ResponseType

Identifier for the different server responses.

The ResponseType is sent with every ServerResponse to identify the type of ServerResponse during deserialization on the client side.