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


TraceFormatOption Enumeration
Specifies the type of trace to perform. The default is TraceDefault.
Syntax
'Declaration
 
Public Enum TraceFormatOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TraceFormatOption
Members
MemberDescription
TraceDefaultCaptures both incoming and outgoing data. The traced data does not include timing information.
TraceEventsCaptures all communications activity, keystrokes, commands, and menu selections.
TraceIncomingOnlyCaptures incoming data only. This option does not format the data in any way, and does not include timing information.
TraceTextOnlyCaptures incoming text data only, excluding any escape sequences. This option does not format the data in any way, and does not include timing information.
TraceTimedCaptures both incoming and outgoing data, and includes information about when data moved between the PC and the host, in HH:MM:SS.hh notation.
Inheritance Hierarchy

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

See Also