Dart Telnet Control
Project Overview
Description
Dart Telnet Control
Classes
Class ModuleDescription
TelnetUse the Telnet Control to manage Telnet, Rsh, Rexec and Rlogin connections. This control simplifies the process of using these protocols by providing methods to establish, use, and terminate sessions. By default, communications block execution of your program; however, you can enable non-blocking use for applications using event-driven communications. Option negotiation automatically defaults to a standard set, but complete control of option negotiation is supported.
Public Enumerations
EnumerationDescription
CommandConstantsThe following values represent some of the Telnet commands used to negotiate Telnet options.
OptionConstantsThe following values represent frequently used Telnet Option numbers. You can specify additional Option numbers using a Long value for the Option parameter. This number should be between 1 and 255.
StateConstantsThe State property is one of the following values.

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