Dart Telnet Control
CommandConstants Enumeration
Description
The following values represent some of the Telnet commands used to negotiate Telnet options.
Members
MemberValueDescription
telnetAbortOutput245The function AO.
telnetAreYouThere246The function AYT.
telnetBreak243Network Virtual Terminal (NVT) BRK.
telnetDataMark242The data stream portion of a Synch.
telnetDo253Ask the Telnet host to DO the specified option.
telnetDont254Ask the Telnet host to NOT DO the specified option.
telnetEraseCharacter247The function EC.
telnetEraseLine248The function EL.
telnetGoAhead249The GA Signal.
telnetIac255The Interpret as Command signal.
telnetInterruptProcess244The function IP.
telnetNoOperation241The Telnet client WILL agree to the specified option.
telnetSubOption250Indicates that what follows is sub-negotiation of the indicated option.
telnetSubOptionEnd240End of sub-negotiation parameters (not used by application)
telnetWill251The Telnet client WILL agree to the specified option.
telnetWont252The Telnet client WONT agree to the specified option.

Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic