#include <LobbyClientPC.h>
Inheritance diagram for RakNet::Lobby2::LobbyClientPC:
Public Member Functions | |
void | SetOrderingChannel (char oc) |
Ordering channel to use with RakPeer::Send(). | |
void | SetSendPriority (PacketPriority pp) |
Send priority to use with RakPeer::Send(). | |
Protected Member Functions | |
void | OnAttach (RakPeerInterface *peer) |
PluginReceiveResult | OnReceive (RakPeerInterface *peer, Packet *packet) |
void | OnCloseConnection (RakPeerInterface *peer, SystemAddress systemAddress) |
void | OnShutdown (RakPeerInterface *peer) |
LobbyClient plugin for the PC
void RakNet::Lobby2::LobbyClientPC::OnAttach | ( | RakPeerInterface * | peer | ) | [protected, virtual] |
Called when the interface is attached
[in] | peer | the instance of RakPeer that is calling Receive |
Reimplemented from PluginInterface.
PluginReceiveResult RakNet::Lobby2::LobbyClientPC::OnReceive | ( | RakPeerInterface * | peer, | |
Packet * | packet | |||
) | [protected, virtual] |
OnReceive is called for every packet.
[in] | peer | the instance of RakPeer that is calling Receive |
[in] | packet | the packet that is being returned to the user |
Reimplemented from PluginInterface.
void RakNet::Lobby2::LobbyClientPC::OnCloseConnection | ( | RakPeerInterface * | peer, | |
SystemAddress | systemAddress | |||
) | [protected, virtual] |
Called when a connection is dropped because the user called RakPeer::CloseConnection() for a particular system
[in] | peer | the instance of RakPeer that is calling Receive |
[in] | systemAddress | The system whose connection was closed |
Reimplemented from PluginInterface.
void RakNet::Lobby2::LobbyClientPC::OnShutdown | ( | RakPeerInterface * | peer | ) | [protected, virtual] |
Called when RakPeer is shutdown
[in] | peer | the instance of RakPeer that is calling Receive |
Reimplemented from PluginInterface.