![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <UDPProxyServer.h>
Public Member Functions | |
| virtual void | OnAlreadyLoggedIn (RakNet::RakString usedPassword, RakNet::UDPProxyServer *proxyServerPlugin)=0 |
| virtual void | OnLoginSuccess (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 |
| UDPProxyServerResultHandler () | |
| virtual | ~UDPProxyServerResultHandler () |
Callback to handle results of calling UDPProxyServer::LoginToCoordinator()
Definition at line 33 of file UDPProxyServer.h.
| RakNet::UDPProxyServerResultHandler::UDPProxyServerResultHandler | ( | ) | [inline] |
Definition at line 35 of file UDPProxyServer.h.
{}
| virtual RakNet::UDPProxyServerResultHandler::~UDPProxyServerResultHandler | ( | ) | [inline, virtual] |
Definition at line 36 of file UDPProxyServer.h.
{}
| virtual void RakNet::UDPProxyServerResultHandler::OnAlreadyLoggedIn | ( | RakNet::RakString | usedPassword, |
| RakNet::UDPProxyServer * | proxyServerPlugin | ||
| ) | [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 |
| virtual void RakNet::UDPProxyServerResultHandler::OnLoginSuccess | ( | RakNet::RakString | usedPassword, |
| RakNet::UDPProxyServer * | proxyServerPlugin | ||
| ) | [pure virtual] |
Called when our login succeeds
| [out] | usedPassword | The password we passed to UDPProxyServer::LoginToCoordinator() |
| [out] | proxyServer | The plugin calling this callback |
| virtual void RakNet::UDPProxyServerResultHandler::OnNoPasswordSet | ( | RakNet::RakString | usedPassword, |
| RakNet::UDPProxyServer * | proxyServerPlugin | ||
| ) | [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 |
| virtual void RakNet::UDPProxyServerResultHandler::OnWrongPassword | ( | RakNet::RakString | usedPassword, |
| RakNet::UDPProxyServer * | proxyServerPlugin | ||
| ) | [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 |
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.