Indy 9
TIdTelnetState
Unit: IdTelnet
Represents TELNET client states.
TIdTelnetState = (tnsDATA, tnsIAC, tnsIAC_SB, tnsIAC_WILL, tnsIAC_DO, tnsIAC_WONT, tnsIAC_DONT, tnsIAC_SBIAC, tnsIAC_SBDATA, tnsSBDATA_IAC);
Unit
IdTelnet
Description
TIdTelnetState is an enumerated type that identifies the valid states for the TIdTelnet client. TIdTelnetState is updated in the TELNET client to reflect the nature and use of the data received by the client.

The following values are valid for TIdTelnetState:

  • tnsDATA - Data follows.

  • tnsIAC - Interpret as Command.

  • tnsIAC_SB - Suboption begin.

  • tnsIAC_WILL - Desire to perform or confirm the option.

  • tnsIAC_DO - Request the peer to perform or confirm the option.

  • tnsIAC_WONT - Desire to cease or confirm stopping the option.

  • tnsIAC_DONT - Request the peer to cease or confirm stopping the option.

  • tnsIAC_SBIAC - Suboption Interpret as Command.

  • tnsIAC_SBDATA - Suboption Interpret as Data.

  • tnsSBDATA_IAC - Suboption Data extension to Interpret as Command.

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