#include <RakNetTypes.h>
Public Member Functions | |
NetworkID () | |
~NetworkID () | |
NetworkID & | operator= (const NetworkID &input) |
bool | operator== (const NetworkID &right) const |
bool | operator!= (const NetworkID &right) const |
bool | operator> (const NetworkID &right) const |
bool | operator< (const NetworkID &right) const |
Static Public Member Functions | |
static bool | IsPeerToPeerMode (void) |
static void | SetPeerToPeerMode (bool isPeerToPeer) |
Public Attributes | |
RakNetGUID | guid |
SystemAddress | systemAddress |
unsigned short | localSystemAddress |
Definition at line 243 of file RakNetTypes.h.
NetworkID::NetworkID | ( | ) | [inline] |
Definition at line 246 of file RakNetTypes.h.
NetworkID::~NetworkID | ( | ) | [inline] |
Definition at line 254 of file RakNetTypes.h.
bool NetworkID::IsPeerToPeerMode | ( | void | ) | [static] |
bool NetworkID::operator!= | ( | const NetworkID & | right | ) | const |
bool NetworkID::operator< | ( | const NetworkID & | right | ) | const |
Definition at line 183 of file RakNetTypes.cpp.
bool NetworkID::operator== | ( | const NetworkID & | right | ) | const |
bool NetworkID::operator> | ( | const NetworkID & | right | ) | const |
void NetworkID::SetPeerToPeerMode | ( | bool | isPeerToPeer | ) | [static] |
Definition at line 265 of file RakNetTypes.cpp.
Definition at line 265 of file RakNetTypes.h.
unsigned short NetworkID::localSystemAddress |
Definition at line 272 of file RakNetTypes.h.
Definition at line 270 of file RakNetTypes.h.