Event type that occurs when data is received by the TELNET client.
TIdTelnetDataAvailEvent = procedure (Sender: TIdTelnet; const Buffer: String) of object;
Parameters |
Description |
Sender |
Client triggering the event. |
Buffer |
Data read from the host. |
TIdTelnetDataAvailEvent is the event type triggered when data is read from the host connection for a TIdTelnet client. Buffer represents the data read from the TIdTelnetReadThread and provided to the OnDataAvailable event handler in TIdTelnet.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|