beautypg.com

Getprimitiveinstructioncount, Getprimitiveinstructiontype – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 444

background image


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

IExerciserEngine 444

GetPrimitiveInstructionCount

BOOL GetPrimitiveInstructionCount (

int nInstructionIndex,

int* pnCount);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

int* pnCount

Count value of primitive instruction.


Return Value
Returns result of method, whether called by valid index or not.

Remark
Returns count value of primitive instruction. Call this method only for primitive instruction.

See Also

SetPrimitiveInstructionCount

GetPrimitiveInstructionType

BOOL GetPrimitiveInstructionType (

int nInstructionIndex,

PrimitiveTypeEnum* pePrimitiveType);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

PrimitiveTypeEnum* pePrimitiveType

Primitive type of primitive instruction

(see

PrimitiveTypeEnum

)


Return Value
Returns result of method, whether called by valid index or not.

Remark
Returns type of primitive instruction. Call this method only for primitive instruction.
See Also

SetPrimitiveInstructionType