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


In This Topic
    ConnectionTypeOption Enumeration
    In This Topic
    Connection type option.
    Syntax
    'Declaration
     
    
    Public Enum ConnectionTypeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConnectionTypeOption
    public enum ConnectionTypeOption : System.Enum 
    Members
    MemberDescription
    BestNetworkConnection type is set to Best Network.
    COMSerialPortConnection type is set to COM serial port.
    DemonstrationConnection type is set to Demonstration.
    Modem 
    NoneConnection type is set to None.
    RloginConnection type is set to Rlogin.
    SecureShellConnection type is set to Secure Shell.
    TelnetConnection type is set to Telnet protocol.
    VT_MGRConnection type is set to VT-MGR.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.ConnectionTypeOption

    See Also