|
Odamex
Setting the Standard in Multiplayer Doom
|
#include <net_packet.h>
Public Member Functions | |
| Server () | |
| void | ResetData () |
| virtual | ~Server () |
| int32_t | Query (int32_t Timeout) |
| void | ReadInformation (const uint8_t &VersionMajor, const uint8_t &VersionMinor, const uint8_t &VersionPatch, const uint32_t &ProtocolVersion) |
| int32_t | TranslateResponse (const uint16_t &TagId, const uint8_t &TagApplication, const uint8_t &TagQRId, const uint16_t &TagPacketType) |
| bool | GotResponse () const |
| int32_t | Parse () |
Data Fields | |
| ServerInfo_t | Info |
Protected Attributes | |
| bool | m_ValidResponse |
| Server::Server | ( | ) |
| Server::~Server | ( | ) | [virtual] |
| bool agOdalaunch::Server::GotResponse | ( | ) | const [inline] |
| int32_t Server::Parse | ( | ) | [virtual] |
Reimplemented from agOdalaunch::ServerBase.
Reimplemented from agOdalaunch::ServerBase.
| void Server::ReadInformation | ( | const uint8_t & | VersionMajor, |
| const uint8_t & | VersionMinor, | ||
| const uint8_t & | VersionPatch, | ||
| const uint32_t & | ProtocolVersion | ||
| ) |
| void Server::ResetData | ( | ) |
| int32_t Server::TranslateResponse | ( | const uint16_t & | TagId, |
| const uint8_t & | TagApplication, | ||
| const uint8_t & | TagQRId, | ||
| const uint16_t & | TagPacketType | ||
| ) |
bool agOdalaunch::Server::m_ValidResponse [protected] |