LeviLamina
Loading...
Searching...
No Matches
TcpProxy Class Referenceabstract
Inheritance diagram for TcpProxy:

Public Member Functions

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

The documentation for this class was generated from the following file: