TelnetConsole::TelnetClient Struct Reference

List of all members.

Detailed Description

Represents a connection to the telnet console.

This is also a linked list.


Public Attributes

NetSocket socket
char curLine [Con::MaxLineLength]
S32 curPos
S32 state
 State of the client.
TelnetClientnextClient


Member Data Documentation

char TelnetConsole::TelnetClient::curLine[Con::MaxLineLength]