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


WaitForOption Enumeration
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum WaitForOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As WaitForOption
Members
MemberDescription
AllowKeystrokesAllows keystrokes while a wait is in progress.
HexDataPortions of the specified string following a backslash are interpreted using either hexadecimal code or C-language character conventions.
NoDisplayDoes not display incoming text while a wait is in progress.
NoneNo options.
NoTranslationThe specified string contains binary data which matches exactly what the host receives without any host-to-PC character conversion.
Inheritance Hierarchy

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

See Also