#include <NetChannel.h>
◆ ~NetChannel()
ehs::NetChannel::~NetChannel |
( |
| ) |
|
|
virtual |
◆ NetChannel() [1/4]
ehs::NetChannel::NetChannel |
( |
| ) |
|
◆ NetChannel() [2/4]
ehs::NetChannel::NetChannel |
( |
Str_8 |
name, |
|
|
const Version & |
version |
|
) |
| |
◆ NetChannel() [3/4]
ehs::NetChannel::NetChannel |
( |
NetChannel && |
channel | ) |
|
|
noexcept |
◆ NetChannel() [4/4]
ehs::NetChannel::NetChannel |
( |
const NetChannel & |
channel | ) |
|
◆ AddSystem()
bool ehs::NetChannel::AddSystem |
( |
NetSys * |
sys | ) |
|
◆ EnableDropPackets()
void ehs::NetChannel::EnableDropPackets |
( |
bool |
enable | ) |
|
◆ GetId()
UInt_64 ehs::NetChannel::GetId |
( |
| ) |
const |
◆ GetMaxTimeout()
float ehs::NetChannel::GetMaxTimeout |
( |
| ) |
const |
◆ GetName()
Str_8 ehs::NetChannel::GetName |
( |
| ) |
const |
◆ GetOwner()
EHC * ehs::NetChannel::GetOwner |
( |
| ) |
const |
◆ GetResendRate()
float ehs::NetChannel::GetResendRate |
( |
| ) |
const |
◆ GetSystem() [1/2]
NetSys * ehs::NetChannel::GetSystem |
( |
const Str_8 & |
sysName | ) |
const |
|
protected |
◆ GetSystem() [2/2]
NetSys * ehs::NetChannel::GetSystem |
( |
UInt_64 |
sysId | ) |
const |
|
protected |
◆ GetVersion()
Version ehs::NetChannel::GetVersion |
( |
| ) |
const |
◆ HasSystem() [1/2]
bool ehs::NetChannel::HasSystem |
( |
const Str_8 & |
sysName | ) |
const |
|
protected |
◆ HasSystem() [2/2]
bool ehs::NetChannel::HasSystem |
( |
UInt_64 |
sysId | ) |
const |
|
protected |
◆ IsDropPacketsEnabled()
bool ehs::NetChannel::IsDropPacketsEnabled |
( |
| ) |
const |
◆ IsValid()
bool ehs::NetChannel::IsValid |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetMaxTimeout()
void ehs::NetChannel::SetMaxTimeout |
( |
float |
seconds | ) |
|
◆ SetResendRate()
void ehs::NetChannel::SetResendRate |
( |
float |
seconds | ) |
|
◆ EHC
◆ connectedOp
const UInt_64 ehs::NetChannel::connectedOp = Str_8::Hash_64("Connected") |
|
staticprotected |
◆ connectOp
◆ disconnectedOp
const UInt_64 ehs::NetChannel::disconnectedOp = Str_8::Hash_64("Disconnected") |
|
staticprotected |
◆ disconnectOp
const UInt_64 ehs::NetChannel::disconnectOp = Str_8::Hash_64("Disconnect") |
|
staticprotected |
◆ internalSys
const UInt_64 ehs::NetChannel::internalSys = Str_8::Hash_64("Internal") |
|
staticprotected |
◆ latencyOp
◆ pingOp
◆ pongOp
◆ receivedOp
const UInt_64 ehs::NetChannel::receivedOp = Str_8::Hash_64("Received") |
|
staticprotected |
◆ rejectedOp
const UInt_64 ehs::NetChannel::rejectedOp = Str_8::Hash_64("Rejected") |
|
staticprotected |
◆ statusUpdateOp
const UInt_64 ehs::NetChannel::statusUpdateOp = Str_8::Hash_64("StatusUpdate") |
|
staticprotected |
The documentation for this class was generated from the following files: