InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / HostSystemTypeOption Enumeration


In This Topic
    HostSystemTypeOption Enumeration
    In This Topic
    Options for specifying the type of host with which InfoConnect expects to interact.
    Syntax
    'Declaration
     
    
    Public Enum HostSystemTypeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HostSystemTypeOption
    public enum HostSystemTypeOption : System.Enum 
    Members
    MemberDescription
    Hp1000Defines the HP 1000 as the host system type.
    Hp3000Defines the HP 3000 as the host system type.
    OtherDefines Other as the host system type.
    UnixDefines UNIX as the host system type.
    VmsDefines 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