Click or drag to resize

CommandListAppendTraceLabel Method

Sets a label in the Trace Buffer.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendTraceLabel(
	int value
)

Parameters

value  Int32
The label value.
Remarks
Appends a PERIPHERAL_TRACE_LABEL command to the list.
See Also