TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
TNet.TNTcpLobbyClient Class Reference

TCP-based lobby client, designed to communicate with the TcpLobbyServer. More...

Inheritance diagram for TNet.TNTcpLobbyClient:
TNet.TNLobbyClient

Protected Member Functions

override void OnDisable ()
 Clear the list of known servers when the component is disabled. More...
 

Additional Inherited Members

- Public Member Functions inherited from TNet.TNLobbyClient
delegate void OnListChange ()
 
- Public Attributes inherited from TNet.TNLobbyClient
string remoteAddress
 Public address for the lobby client server's location. More...
 
int remotePort = 5129
 Lobby server's port. More...
 
- Static Public Attributes inherited from TNet.TNLobbyClient
static string errorString = ""
 Error string set if something goes wrong. More...
 
static ServerList knownServers = new ServerList()
 List of known servers. More...
 
static OnListChange onChange
 Callback that will be triggered every time the server list changes. More...
 
static bool isActive = false
 Whether some lobby client is currently active. More...
 

Detailed Description

TCP-based lobby client, designed to communicate with the TcpLobbyServer.

Member Function Documentation

override void TNet.TNTcpLobbyClient.OnDisable ( )
protectedvirtual

Clear the list of known servers when the component is disabled.

Reimplemented from TNet.TNLobbyClient.


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