Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ConnectionTypeEnum Enumeration


In This Topic
    ConnectionTypeEnum Enumeration
    In This Topic
    For 3270 Printer transport connection type when Use Telnet Extended is selected.
    Syntax
    'Declaration
     
    
    Public Enum ConnectionTypeEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConnectionTypeEnum
    public enum ConnectionTypeEnum : System.Enum 
    Members
    MemberDescription
    AssociateTransport type of associate
    ConnectTransport type of connect
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.ConnectionTypeEnum

    See Also