|
RakTcpProxy & | operator= (RakTcpProxy const &) |
|
| RakTcpProxy (RakTcpProxy const &) |
|
virtual bool | start (ushort port, ushort maxIncomming, ushort maxOutgoing) |
|
virtual::RakNet::SystemAddress | connect (::std::string const &host, ushort port) |
|
virtual void | send (char const *data, uint length, ::RakNet::SystemAddress address) |
|
virtual void | close (::RakNet::SystemAddress address) |
|
virtual bool | packetsAvailable () |
|
virtual::RakNet::Packet * | nextPacket () |
|
virtual void | deallocatePacket (::RakNet::Packet *packet) |
|
virtual::RakNet::SystemAddress | nextCompletedConnectionAttempt () |
|
virtual::RakNet::SystemAddress | nextFailedConnectionAttempt () |
|
virtual::RakNet::SystemAddress | nextLostConnection () |
|
MCAPI bool | $start (ushort port, ushort maxIncomming, ushort maxOutgoing) |
|
MCAPI::RakNet::SystemAddress | $connect (::std::string const &host, ushort port) |
|
MCAPI void | $send (char const *data, uint length, ::RakNet::SystemAddress address) |
|
MCAPI void | $close (::RakNet::SystemAddress address) |
|
MCAPI bool | $packetsAvailable () |
|
MCAPI::RakNet::Packet * | $nextPacket () |
|
MCAPI void | $deallocatePacket (::RakNet::Packet *packet) |
|
MCAPI::RakNet::SystemAddress | $nextCompletedConnectionAttempt () |
|
MCAPI::RakNet::SystemAddress | $nextFailedConnectionAttempt () |
|
MCAPI::RakNet::SystemAddress | $nextLostConnection () |
|
MCFOLD void | $dtor () |
|