The TelnetExternalExec type exposes the following members.
Back to Top
Fields
| Name | Description | |
|---|---|---|
| host | The host address. (Inherited from AbstractTelnet.) | |
| login | The . (Inherited from AbstractTelnet.) | |
| loginRE | Regular expression to match
the login prompt. (Inherited from AbstractTelnet.) | |
| port | The telnet port on the host. (Inherited from AbstractTelnet.) | |
| promptRE | Regular expression to match
the command-line prompt. (Inherited from AbstractTelnet.) | |
| pwd | The login name. (Inherited from AbstractTelnet.) | |
| pwdRE | Regular expression to match
the password prompt. (Inherited from AbstractTelnet.) | |
| tracer | The StructuredTrace. (Inherited from AbstractTelnet.) |
See Also