Trace |
public class TraceBufferConfig3 : ConfigBase
The TraceBufferConfig3 type exposes the following members.
Name | Description | |
---|---|---|
ControlEventChange | If enabled then changes of the ControlEvents configuration will trigger a TraceEvent. | |
IOEventChange | If enabled then changes of the IOEvents configuration will trigger a TraceEvent. | |
Label | 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. | |
PositionEventChange | If enabled then changes of the PositionEvents configuration will trigger a TraceEvent. | |
Spi0Rx | If enabled then receiving data using SpiModule0 will trigger a TraceEvent. | |
Spi1Rx | If enabled then receiving data using SpiModule1 will trigger a TraceEvent. | |
Spi2Rx | If enabled then receiving data using SpiModule2 will trigger a TraceEvent. | |
Spi3Rx | If enabled then receiving data using SpiModule3 will trigger a TraceEvent. |