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.
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. |