'DeclarationPublic Enum TraceFormatOption Inherits System.Enum
'UsageDim instance As TraceFormatOption
public enum TraceFormatOption : System.Enum
'DeclarationPublic Enum TraceFormatOption Inherits System.Enum
'UsageDim instance As TraceFormatOption
public enum TraceFormatOption : System.Enum
| Member | Description |
|---|---|
| TraceDefault | Captures both incoming and outgoing data. The traced data does not include timing information. |
| TraceEvents | Captures all communications activity, keystrokes, commands, and menu selections. |
| TraceIncomingOnly | Captures incoming data only. This option does not format the data in any way, and does not include timing information. |
| TraceTextOnly | Captures incoming text data only, excluding any escape sequences. This option does not format the data in any way, and does not include timing information. |
| TraceTimed | Captures both incoming and outgoing data, and includes information about when data moved between the PC and the host, in HH:MM:SS.hh notation. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TraceFormatOption