Getifinstructioncheckconditionattr, Getifinstructioncondition – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 419

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 419
GetIfInstructionCheckConditionAttr
BOOL GetIfInstructionCheckConditionAttr (
int nInstructionIndex,
BYTE* pyASC,
BYTE* pyASCQ,
BYTE* pySenseKey);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
BYTE* pyASC
ASC field value for check condition in a packet.
BYTE* pyASCQ
ASCQ field value for check condition in a packet.
BYTE* pySenseKey
Sense key field value for check condition in a packet.
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Returns check condition field value: ASC, ASCQ, Sense key.
These value are valid if condition value of If on last status was Check Condition or
Not Check Condition.
See Also
SetIfInstructionCheckConditionAttr