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


In This Topic
    ResetOptions Enumeration
    In This Topic
    Terminal reset option.
    Syntax
    'Declaration
     
    
    Public Enum ResetOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ResetOptions
    public enum ResetOptions : System.Enum 
    Members
    MemberDescription
    HardResetPerforms a hard reset of the terminal (Recall Last Setup).
    SerialStatsResets the serial connection statistics (such as, receiver overruns, parity errors, framing errors) to zero.
    SoftResetPerforms a soft reset of the terminal (Terminal Reset).
    Inheritance Hierarchy

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

    See Also