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


GraphicsDeviceOption Enumeration
Defines valid values for the type of graphics device Reflection emulates for 3179G terminal sessions.
Syntax
'Declaration
 
Public Enum GraphicsDeviceOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As GraphicsDeviceOption
Members
MemberDescription
GddmpcgConfigures Reflection as an GDDM PCG graphics terminal.
GddmpcgxConfigures Reflection as an GDDM PCGX graphics terminal.
Ibm3179GConfigures Reflection 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