beautypg.com

Setiflastframeinstrprotocoltype, Setiflasthandshakeinstrtype – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 489

background image


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

IExerciserEngine 489

SetIfLastFrameInstrProtocolType

BOOL SetIfLastFrameInstrProtocolType (

int nInstructionIndex,

ProtocolTypeEnum eProtocolType);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

ProtocolTypeEnum eProtocolType Protocol type for If on last received frame

(see

ProtocolTypeEnum

)

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

Remark
Sets protocol type for last received frame. Call this method only for the Last Frame instruction.

See Also

GetIfLastFrameInstrProtocolType

SetIfLastHandshakeInstrType

BOOL SetIfLastHandshakeInstrType (

int nInstructionIndex,

HandshakeTypeEnum eHandshakeType);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

HandshakeTypeEnum eHandshakeType Handshake type for If on last handshake

(see

HandshakeTypeEnum

)

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

Remark
Sets handshake type for last handshake. Call this method only for the Last handshake

instruction.

See Also

GetIfLastHandshakeInstrType