InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / GraphicsDeviceOption Enumeration


GraphicsDeviceOption Enumeration
Defines valid values for the type of graphics device InfoConnect emulates for 3179G terminal sessions.
Syntax
'Declaration
 
Public Enum GraphicsDeviceOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As GraphicsDeviceOption
Members
MemberDescription
GddmpcgConfigures InfoConnect as an GDDM PCG graphics terminal.
GddmpcgxConfigures InfoConnect as an GDDM PCGX graphics terminal.
Ibm3179GConfigures InfoConnect as an IBM 3179G graphics terminal.
Remarks
You cannot change this property when you are connected to a host.
Inheritance Hierarchy

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

See Also