Click or drag to resize

TraceBufferConfig3 Properties

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
See Also