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