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.
HostSystemTypeOption Enumeration
In This Topic
Options for specifying the type of host with which Reflection expects to interact.
Syntax
'Declaration
Public Enum HostSystemTypeOption Inherits System.Enum
'Usage
Dim instance As HostSystemTypeOption
public enum HostSystemTypeOption : System.Enum
Members
| Member | Description |
|---|---|
| Hp1000 | Defines the HP 1000 as the host system type. |
| Hp3000 | Defines the HP 3000 as the host system type. |
| Other | Defines Other as the host system type. |
| Unix | Defines UNIX as the host system type. |
| Vms | Defines VMS as the host system type. |
Remarks
This is relevant only for transfers that use the WRQ/Reflection protocol.
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.HostSystemTypeOption
See Also