3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/websockets/TcpProxy.h"
10namespace RakNet {
struct Packet; }
11namespace RakNet {
struct SystemAddress; }
34 virtual bool start(ushort port, ushort maxIncomming, ushort maxOutgoing) ;
37 virtual ::RakNet::SystemAddress connect(::std::string
const& host, ushort port) ;
46 virtual bool packetsAvailable() ;
49 virtual ::RakNet::Packet* nextPacket() ;
55 virtual ::RakNet::SystemAddress nextCompletedConnectionAttempt() ;
58 virtual ::RakNet::SystemAddress nextFailedConnectionAttempt() ;
61 virtual ::RakNet::SystemAddress nextLostConnection() ;
67 MCNAPI
bool $start(ushort port, ushort maxIncomming, ushort maxOutgoing);
69 MCNAPI ::RakNet::SystemAddress
$connect(::std::string
const& host, ushort port);
Definition RakTcpProxy.h:14
MCAPI void $send(char const *data, uint length, ::RakNet::SystemAddress address)
MCAPI::RakNet::SystemAddress $nextFailedConnectionAttempt()
MCAPI::RakNet::SystemAddress $nextCompletedConnectionAttempt()
MCAPI bool $packetsAvailable()
MCAPI bool $start(ushort port, ushort maxIncomming, ushort maxOutgoing)
MCAPI::RakNet::Packet * $nextPacket()
MCAPI::RakNet::SystemAddress $nextLostConnection()
static MCAPI void ** $vftable()
MCAPI::RakNet::SystemAddress $connect(::std::string const &host, ushort port)
MCAPI void $deallocatePacket(::RakNet::Packet *packet)
MCAPI void $close(::RakNet::SystemAddress address)
Definition SystemAddress.h:7