Click or drag to resize

CommandListAppendCaseAbs(Int32, UInt32) Method

Used in a switch-block, specifies a test case and the absolute offset of a target command within the current list.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendCaseAbs(
	int pos,
	uint cond
)

Parameters

pos  Int32
The absolute position of the target command within the current list.
cond  UInt32
The condition mask against which the I/O port value will be tested. Note that how this value is matched against the I/O port value depends on the compareCondAsMask flag set using the AppendSwitch(IOPort, Boolean, UInt32) command.
Remarks
See Also