83 virtual bool SendList(
86 int const numParameters,
92 virtual bool ReceiveHasPackets();
95 virtual ::RakNet::Packet* Receive();
106 MCAPI ::RakNet::SystemAddress
107 Connect(
char const* host, ushort remotePort,
bool block, ushort socketFamily,
char const* bindAddress);
110 CreateListenSocket(ushort port, ushort maxIncomingConnections, ushort socketFamily,
char const* bindAddress);
116 MCAPI ::RakNet::SystemAddress HasCompletedConnectionAttempt();
118 MCAPI ::RakNet::SystemAddress HasFailedConnectionAttempt();
120 MCAPI ::RakNet::SystemAddress HasLostConnection();
122 MCAPI ::RakNet::Packet* ReceiveInt();
124 MCAPI uint64 SocketConnect(
char const* host, ushort remotePort, ushort socketFamily,
char const* bindAddress);
128 ushort maxIncomingConnections,
129 ushort maxConnections,
132 char const* bindAddress
157 MCAPI
bool $SendList(
160 int const numParameters,
165 MCAPI
bool $ReceiveHasPackets();
167 MCAPI ::RakNet::Packet* $Receive();
175 MCAPI
static void** $vftable();