From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLNET_1_1CLoginClient.html | 235 +++++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 docs/doxygen/nel/classNLNET_1_1CLoginClient.html (limited to 'docs/doxygen/nel/classNLNET_1_1CLoginClient.html') diff --git a/docs/doxygen/nel/classNLNET_1_1CLoginClient.html b/docs/doxygen/nel/classNLNET_1_1CLoginClient.html new file mode 100644 index 00000000..63ef7fba --- /dev/null +++ b/docs/doxygen/nel/classNLNET_1_1CLoginClient.html @@ -0,0 +1,235 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLNET::CLoginClient Class Reference

#include <login_client.h> +

+List of all members. + + + + + + + +

Static Public Methods

std::string connectToShard (CLoginCookie &lc, const std::string &addr, CCallbackClient &cnx)
 Try to connect to the shard and return a TCP connection to the shard. More...

std::string connectToShard (const std::string &addr, CUdpSock &cnx)
 Try to connect to the shard and return an UDP connection to the shard. More...

std::string connectToShard (const std::string &addr, CUdpSimSock &cnx)
 Try to connect to the shard and return an UDP simulate connection to the shard. More...

+


Detailed Description

+
+Author:
+Vianney Lecroart , Nevrax France
+Date:
+2002
+

+ +

+Definition at line 51 of file login_client.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
string NLNET::CLoginClient::connectToShard const std::string &   addr,
CUdpSimSock  cnx
[static]
+
+ + + + + +
+   + + +

+Try to connect to the shard and return an UDP simulate connection to the shard. +

+ +

+Definition at line 120 of file login_client.cpp. +

+References addr, nlassert, and NLNET::ShardValidateReason.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
string NLNET::CLoginClient::connectToShard const std::string &   addr,
CUdpSock  cnx
[static]
+
+ + + + + +
+   + + +

+Try to connect to the shard and return an UDP connection to the shard. +

+ +

+Definition at line 101 of file login_client.cpp. +

+References addr, nlassert, and NLNET::ShardValidateReason.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
string NLNET::CLoginClient::connectToShard CLoginCookie  lc,
const std::string &   addr,
CCallbackClient  cnx
[static]
+
+ + + + + +
+   + + +

+Try to connect to the shard and return a TCP connection to the shard. +

+ +

+Definition at line 63 of file login_client.cpp. +

+References addr, NLNET::FESCallbackArray, nlassert, NLMISC::nlSleep, NLNET::ShardValidate, and NLNET::ShardValidateReason.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1