InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / KeyboardErrorResetOption Enumeration


In This Topic
    KeyboardErrorResetOption Enumeration
    In This Topic
    Defines options that specify how keyboard errors are processed.
    Syntax
    'Declaration
     
    
    Public Enum KeyboardErrorResetOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As KeyboardErrorResetOption
    public enum KeyboardErrorResetOption : System.Enum 
    Members
    MemberDescription
    AutoResetUsers do not need to press Reset to clear a keyboard error. The next key they press clears the error, restores the previous error line data, and attempts to execute the keystroke.
    AutoResetNoMessageNo error is reported and InfoConnect attempts to execute the keystroke.
    NoAutoResetThis is standard terminal behavior. Users must press Reset to clear the error message from the 5250 error line before they can resume data entry.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.KeyboardErrorResetOption

    See Also