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


ResetOptions Enumeration
Terminal reset option.
Syntax
'Declaration
 
Public Enum ResetOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ResetOptions
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