Interface for the server network.
More...
#include <INetworkServer.hpp>
Interface for the server network.
Definition at line 29 of file INetworkServer.hpp.
◆ ~INetworkServer()
virtual srv::INetworkServer::~INetworkServer |
( |
| ) |
|
|
virtualdefault |
◆ init()
virtual void srv::INetworkServer::init |
( |
const std::string & | host, |
|
|
uint16_t | port ) |
|
pure virtual |
◆ setServerCapabilities()
virtual void srv::INetworkServer::setServerCapabilities |
( |
std::uint32_t | caps | ) |
|
|
pure virtual |
◆ setTickRate()
virtual void srv::INetworkServer::setTickRate |
( |
std::uint16_t | tickRate | ) |
|
|
pure virtual |
◆ start()
virtual void srv::INetworkServer::start |
( |
| ) |
|
|
pure virtual |
◆ stop()
virtual void srv::INetworkServer::stop |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: