Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions
RakNet::UDPProxyServerResultHandler Struct Reference

#include <UDPProxyServer.h>

List of all members.

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 ()

Detailed Description

Callback to handle results of calling UDPProxyServer::LoginToCoordinator()

Definition at line 33 of file UDPProxyServer.h.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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

Parameters:
[out]usedPasswordThe password we passed to UDPProxyServer::LoginToCoordinator()
[out]proxyServerThe plugin calling this callback
virtual void RakNet::UDPProxyServerResultHandler::OnLoginSuccess ( RakNet::RakString  usedPassword,
RakNet::UDPProxyServer proxyServerPlugin 
) [pure virtual]

Called when our login succeeds

Parameters:
[out]usedPasswordThe password we passed to UDPProxyServer::LoginToCoordinator()
[out]proxyServerThe 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()

Parameters:
[out]usedPasswordThe password we passed to UDPProxyServer::LoginToCoordinator()
[out]proxyServerThe 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

Parameters:
[out]usedPasswordThe password we passed to UDPProxyServer::LoginToCoordinator()
[out]proxyServerThe plugin calling this callback

The documentation for this struct was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net