Reflection
WyseBlockTerminatorOption Enumeration


Indicates the end-of-transmission delimiter for block sends for Wyse terminal emulation sessions.
Syntax
'Declaration
 
Public Enum WyseBlockTerminatorOption 
   Inherits System.Enum
'Usage
 
Dim instance As WyseBlockTerminatorOption
public enum WyseBlockTerminatorOption : System.Enum 
Members
MemberDescription
CRETXSends a carriage return (CR) at the end of a line and an ETX at the end of a page.
USCRSends a US at the end of a line and a carriage return (CR) at the end of a page or block.
Inheritance Hierarchy

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

See Also