Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
IbmReceivedCROption Enumeration
In This Topic
Indicates how a received carriage return is interpreted in a IBM 3151 terminal session
(TerminalType = rcIBM3151).
Syntax
'Declaration
Public Enum IbmReceivedCROption Inherits System.Enum
'Usage
Dim instance As IbmReceivedCROption
public enum IbmReceivedCROption : System.Enum
Members
| Member | Description |
|---|---|
| CR | A received carriage return is interpreted as a carriage return. |
| CRLF | A received carriage return is interpreted as a carriage return followed by a line feed. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.IbmReceivedCROption
See Also