Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
TerminalTypeOption Enumeration
In This Topic
Defines the type of terminal to emulate.
Syntax
'Declaration
Public Enum TerminalTypeOption Inherits System.Enum
'Usage
Dim instance As TerminalTypeOption
public enum TerminalTypeOption : System.Enum
Members
| Member | Description |
|---|---|
| ADDS | |
| ANSIBBS | BBS ANSI terminal emulation. |
| ANSIUNIX | SCO ANSI terminal emulation. |
| AT386 | |
| DG215 | |
| HP2392A | |
| HP70092 | |
| HP70094 | |
| IBM3151 | |
| LINUX_CONSOLE | Linux console emulation. |
| QNX | |
| T27 | Unisys T27 terminal emulation. |
| Tek401X | |
| TVI955 | |
| VT102 | |
| VT220_7 | |
| VT220_8 | |
| VT500_7 | Equivalent to rcVT400_7. |
| VT500_8 | Equivalent to rcVT400_8. |
| VT52 | |
| VTUTF8 | |
| WYSE50 | |
| WYSE60 | |
| XTERM |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TerminalTypeOption
See Also