Event type raised to handle and respond to TELNET commands.
TIdTelnetCommandEvent = procedure (Sender: TIdTelnet; Status: TIdTelnetCommand) of object;
Parameters |
Description |
Sender |
TELNET client for the event notification. |
Status |
TELNET Command for the event notification. |
TIdTelnetCommandEvent is an event type raised when event a TELNET client needs to recognize and respond to a TIdTelnetCommand command type. TIdTelnetCommandEvent is the event type signalled for the TIdTelnet.OnTelnetCommand event handler.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|