#include <NetworkTypes.h>
Public Member Functions | |
char * | ToString (bool writePort=true) const |
void | SetBinaryAddress (const char *str) |
PlayerID & | operator= (const PlayerID &input) |
bool | operator== (const PlayerID &right) const |
bool | operator!= (const PlayerID &right) const |
bool | operator> (const PlayerID &right) const |
bool | operator< (const PlayerID &right) const |
Public Attributes | |
unsigned int | binaryAddress |
The peer address from inet_addr. | |
unsigned short | port |
The port number. |