Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetReadThread Class

TELNET client thread that listens for responses to key input and protocol negotiations.

Pascal
TIdTelnetReadThread = class(TIdThread);

TIdTelnetReadThread is a TIdThread descendant that represents the thread of execution in the TIdTelnet client that listens for responses to key input and protocol option negotiations. 

TIdTelnetReadThread implements the thread handling framework inherited from TIdThread to control execution of the thread. 

TIdTelnetReadThread is used by the OnDataAvailable event handler in TIdTelnet to perform read operations for the TELNET client. 

Do not create instances of TIdTelnetReadThread. TIdTelnet creates an instance of TIdTelnetReadThread when the client is connected to the host.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.