Torque3D Documentation / _generateds / TelnetConsole::TelnetClient

TelnetConsole::TelnetClient

Engine/source/console/telnetConsole.h

Represents a connection to the telnet console.

More...

Public Attributes

char
curLine [Con::MaxLineLength]
TelnetClient *

State of the client.

Public Functions

Detailed Description

Represents a connection to the telnet console.

This is also a linked list.

Public Attributes

char curLine [Con::MaxLineLength]
S32 curPos 
TelnetClient * nextClient 
NetSocket socket 
S32 state 

State of the client.

see:

TelnetConsole::State

Public Functions

TelnetClient()