Indy 9
TIdTelnetCommand
See Also, Unit: IdTelnet
Specifies the commands recognized by the TELNET command event handler.
TIdTelnetCommand = (tncNoLocalEcho, tncLocalEcho, tncEcho);
Unit
IdTelnet
Description
TIdTelnetCommand is an enumerated type that represents the TELNET commands recognized by the OnTelnetCommand event handler in TIdTelnet during suboption negotiations. The valid values for TIdTelnetCommand include the following:

  • tncNoLocalEcho - The NVT will not echo characters locally.

  • tncLocalEcho - The NVT will echo characters locally.

  • tncEcho - The NVT will allow the remote host to echo characters.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.