LeviLamina
Loading...
Searching...
No Matches
RakTcpProxy Class Reference
+ Inheritance diagram for RakTcpProxy:

Public Member Functions

RakTcpProxyoperator= (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 ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkbdae36
 

Member Function Documentation

◆ start()

virtual bool RakTcpProxy::start ( ushort port,
ushort maxIncomming,
ushort maxOutgoing )
virtual

Implements TcpProxy.

◆ connect()

virtual::RakNet::SystemAddress RakTcpProxy::connect ( ::std::string const & host,
ushort port )
virtual

Implements TcpProxy.

◆ send()

virtual void RakTcpProxy::send ( char const * data,
uint length,
::RakNet::SystemAddress address )
virtual

Implements TcpProxy.

◆ close()

virtual void RakTcpProxy::close ( ::RakNet::SystemAddress address)
virtual

Implements TcpProxy.

◆ packetsAvailable()

virtual bool RakTcpProxy::packetsAvailable ( )
virtual

Implements TcpProxy.

◆ nextPacket()

virtual::RakNet::Packet * RakTcpProxy::nextPacket ( )
virtual

Implements TcpProxy.

◆ deallocatePacket()

virtual void RakTcpProxy::deallocatePacket ( ::RakNet::Packet * packet)
virtual

Implements TcpProxy.

◆ nextCompletedConnectionAttempt()

virtual::RakNet::SystemAddress RakTcpProxy::nextCompletedConnectionAttempt ( )
virtual

Implements TcpProxy.

◆ nextFailedConnectionAttempt()

virtual::RakNet::SystemAddress RakTcpProxy::nextFailedConnectionAttempt ( )
virtual

Implements TcpProxy.

◆ nextLostConnection()

virtual::RakNet::SystemAddress RakTcpProxy::nextLostConnection ( )
virtual

Implements TcpProxy.


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