InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / WaitForOption Enumeration


In This Topic
    WaitForOption Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum WaitForOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WaitForOption
    [Flags()]
    public enum WaitForOption : System.Enum 
    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