Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / WyseReceivedCROption Enumeration


WyseReceivedCROption Enumeration
Indictates how a received carriage return (CR) is interpreted during a Wyse terminal emulation session.
Syntax
'Declaration
 
Public Enum WyseReceivedCROption 
   Inherits System.Enum
 
'Usage
 
Dim instance As WyseReceivedCROption
Members
MemberDescription
CRInterpret as a carriage return (CR).
CRLFInterpret as a carriage return followed by a linefeed (CRLF).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.WyseReceivedCROption

See Also