Click or drag to resize

TraceBufferConfig3 Class

Container for configuration settings of traceBuffer Control Events in TB register 3.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3TraceBufferConfig3

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class TraceBufferConfig3 : ConfigBase

The TraceBufferConfig3 type exposes the following members.

Properties
 NameDescription
Public propertyControlEventChange If enabled then changes of the ControlEvents configuration will trigger a TraceEvent.
Public propertyIOEventChange If enabled then changes of the IOEvents configuration will trigger a TraceEvent.
Public propertyLabel If enabled, a TraceEvent is triggered whenever a TRACE_LABEL command is executed. Labels can be added to a CommandList by calling AppendTraceLabel(Int32). The event contains the label's value as its payload.
Public propertyPositionEventChange If enabled then changes of the PositionEvents configuration will trigger a TraceEvent.
Public propertySpi0Rx If enabled then receiving data using SpiModule0 will trigger a TraceEvent.
Public propertySpi1Rx If enabled then receiving data using SpiModule1 will trigger a TraceEvent.
Public propertySpi2Rx If enabled then receiving data using SpiModule2 will trigger a TraceEvent.
Public propertySpi3Rx If enabled then receiving data using SpiModule3 will trigger a TraceEvent.
Top
Remarks
Allows selection of the channels for which TraceEvents will occur on receiving data.
See Also