Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ConnectionTypeOption Enumeration


ConnectionTypeOption Enumeration
Connection type option.
Syntax
'Declaration
 
Public Enum ConnectionTypeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ConnectionTypeOption
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