#include <plNetGameServerState.h>
Member Enumeration Documentation
- Enumerator:
kHasServerName |
|
kHasServerType |
|
kHasServerAddr |
|
kHasServerPort |
|
kHasServerGuid |
|
Constructor & Destructor Documentation
plNetServerSessionInfo::plNetServerSessionInfo |
( |
| ) |
|
Member Function Documentation
void plNetServerSessionInfo::clearServerAddr |
( |
| ) |
|
void plNetServerSessionInfo::clearServerGuid |
( |
| ) |
|
void plNetServerSessionInfo::clearServerName |
( |
| ) |
|
void plNetServerSessionInfo::clearServerPort |
( |
| ) |
|
void plNetServerSessionInfo::clearServerType |
( |
| ) |
|
uint8_t plNetServerSessionInfo::getContents |
( |
| ) |
const |
plString plNetServerSessionInfo::getServerAddr |
( |
| ) |
const |
plUuid plNetServerSessionInfo::getServerGuid |
( |
| ) |
const |
plString plNetServerSessionInfo::getServerName |
( |
| ) |
const |
uint16_t plNetServerSessionInfo::getServerPort |
( |
| ) |
const |
uint8_t plNetServerSessionInfo::getServerType |
( |
| ) |
const |
void plNetServerSessionInfo::read |
( |
hsStream * |
S | ) |
|
void plNetServerSessionInfo::setServerAddr |
( |
const plString & |
addr | ) |
|
void plNetServerSessionInfo::setServerGuid |
( |
const plUuid & |
guid | ) |
|
void plNetServerSessionInfo::setServerName |
( |
const plString & |
name | ) |
|
void plNetServerSessionInfo::setServerPort |
( |
uint16_t |
port | ) |
|
void plNetServerSessionInfo::setServerType |
( |
uint8_t |
type | ) |
|
void plNetServerSessionInfo::write |
( |
hsStream * |
S | ) |
|
The documentation for this class was generated from the following file: