Getconditionexprpatternparameteroptionname, Getconditionexprpatternparametervalue – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 250

Advertising
background image


Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual

ISerialSCSICaptureProject 250

GetConditionExprPatternParameterOptionName

BSTR GetConditionExprPatternParameterOptionName (
int nStateId,
int nConditionIndex,
int nExprTokenIndex,
WORD wParameterId);

Inputs
int nStateId

ID for a state in advanced mode (it is "don’t care" in easy mode).


int nConditionIndex

Index for a condition in advanced mode

(it is "don’t care" in easy mode).


int nExprTokenIndex

Trigger pattern index in easy mode or index for a token

added for this condition in advanced mode.


WORD wParameterId Target parameter of the pattern (with index).

(see

Pattern Parameters

)


Return Value
Target parameter option name of the Trigger pattern (with index)

Remark
Returns the target parameter option name of the Trigger pattern in easy mode or pattern of a

condition in advanced mode corresponding to the value of parameter and options.
If a parameter was an optional parameter this function can get option name of that parameter

that is equal to the value of that parameter.

See Also

GetCapturePatternParameterOptionName


Advertising