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() ;
73 MCAPI
bool $start(ushort port, ushort maxIncomming, ushort maxOutgoing);
75 MCAPI ::RakNet::SystemAddress $connect(::std::string
const& host, ushort port);
81 MCAPI
bool $packetsAvailable();
83 MCAPI ::RakNet::Packet* $nextPacket();
87 MCAPI ::RakNet::SystemAddress $nextCompletedConnectionAttempt();
89 MCAPI ::RakNet::SystemAddress $nextFailedConnectionAttempt();
91 MCAPI ::RakNet::SystemAddress $nextLostConnection();
97 MCAPI
static void** $vftable();