TELNET client thread that listens for responses to key input and protocol negotiations.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|