21 struct ThisPtrPlusSysAddr {
34 ThisPtrPlusSysAddr& operator=(ThisPtrPlusSysAddr
const&);
35 ThisPtrPlusSysAddr(ThisPtrPlusSysAddr
const&);
70 TCPInterface& operator=(TCPInterface
const&);
71 TCPInterface(TCPInterface
const&);
76 virtual ~TCPInterface();
80 virtual bool SendList(
83 int const numParameters,
88 virtual bool ReceiveHasPackets();
90 virtual ::RakNet::Packet* Receive();
100 MCAPI ::RakNet::SystemAddress
101 Connect(
char const* host, ushort remotePort,
bool block, ushort socketFamily,
char const* bindAddress);
104 CreateListenSocket(ushort port, ushort maxIncomingConnections, ushort socketFamily,
char const* bindAddress);
110 MCAPI ::RakNet::SystemAddress HasCompletedConnectionAttempt();
112 MCAPI ::RakNet::SystemAddress HasFailedConnectionAttempt();
114 MCAPI ::RakNet::SystemAddress HasLostConnection();
116 MCAPI ::RakNet::Packet* ReceiveInt();
118 MCAPI uint64 SocketConnect(
char const* host, ushort remotePort, ushort socketFamily,
char const* bindAddress);
122 ushort maxIncomingConnections,
123 ushort maxConnections,
126 char const* bindAddress
131 MCAPI TCPInterface();
151 MCAPI
bool $SendList(
154 int const numParameters,
159 MCAPI
bool $ReceiveHasPackets();
161 MCAPI ::RakNet::Packet* $Receive();