InfoConnect for Unisys
FCCTransmitModeOption Enumeration


Defines options for transmitting FCCs from terminal screen to the host.
Syntax
'Declaration
 
Public Enum FCCTransmitModeOption 
   Inherits System.Enum
'Usage
 
Dim instance As FCCTransmitModeOption
public enum FCCTransmitModeOption : System.Enum 
Members
MemberDescription
COLORTransmit expanded FCCs including color attribute to the host.
EXPANDEDTransmit expanded FCCs (such as protection and video attributes) to the host.
NONEConvert expanded FCCs to the closest corresponding regular FCCs before transmitting them.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.UTS.FCCTransmitModeOption

See Also