RakNet
4.0
|
#include <UDPProxyServer.h>
Public Member Functions | |
virtual void | OnLoginSuccess (RakNet::RakString usedPassword, RakNet::UDPProxyServer *proxyServerPlugin)=0 |
virtual void | OnAlreadyLoggedIn (RakNet::RakString usedPassword, RakNet::UDPProxyServer *proxyServerPlugin)=0 |
virtual void | OnNoPasswordSet (RakNet::RakString usedPassword, RakNet::UDPProxyServer *proxyServerPlugin)=0 |
virtual void | OnWrongPassword (RakNet::RakString usedPassword, RakNet::UDPProxyServer *proxyServerPlugin)=0 |
Callback to handle results of calling UDPProxyServer::LoginToCoordinator()
|
pure virtual |
We are already logged in. This login failed, but the system is operational as if it succeeded
[out] | usedPassword | The password we passed to UDPProxyServer::LoginToCoordinator() |
[out] | proxyServer | The plugin calling this callback |
|
pure virtual |
Called when our login succeeds
[out] | usedPassword | The password we passed to UDPProxyServer::LoginToCoordinator() |
[out] | proxyServer | The plugin calling this callback |
|
pure virtual |
The coordinator operator forgot to call UDPProxyCoordinator::SetRemoteLoginPassword()
[out] | usedPassword | The password we passed to UDPProxyServer::LoginToCoordinator() |
[out] | proxyServer | The plugin calling this callback |
|
pure virtual |
The coordinator operator set a different password in UDPProxyCoordinator::SetRemoteLoginPassword() than what we passed
[out] | usedPassword | The password we passed to UDPProxyServer::LoginToCoordinator() |
[out] | proxyServer | The plugin calling this callback |