InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / CarriageReturnInterpretationOption Enumeration


CarriageReturnInterpretationOption Enumeration
Defines options for carriage return interpretation in T27 terminals.
Syntax
'Declaration
 
Public Enum CarriageReturnInterpretationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CarriageReturnInterpretationOption
Members
MemberDescription
CROnly issue a carriage return when the carriage return key (Enter) is pressed.
CRLFAppends a Line Feed character when the carriage return key (Enter) is pressed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.T27.CarriageReturnInterpretationOption

See Also