InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / TransmitModeOption Enumeration


TransmitModeOption Enumeration
Defines options for transmitting data from terminal screen to the host.
Syntax
'Declaration
 
Public Enum TransmitModeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TransmitModeOption
Members
MemberDescription
ALLcauses the transfer of all data, uncluding FCCs
CHANCHAN (Changed) transmission mode. Causes the transfer of only the data and the FCC from each field in which an actual change has been made.
VARVariable (VAR) transmission mode. Causes the transfer of all unprotected data and all FCCs. Most host programs will expect the terminal to be in this mode.
Inheritance Hierarchy

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

See Also