TraceFormatOption Enumeration
In This Topic
Specifies the type of trace to perform. The default is TraceDefault.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EA3")>
Public Enum TraceFormatOption
Inherits System.Enum
Members
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. |
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. |
See Also