Setgotoinstructionlableid, Setidentifyframetypeerror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 483

Advertising
background image


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

IExerciserEngine 483

SetGoToInstructionLableId

BOOL SetGoToInstructionLableId (

int nInstructionIndex,

short iLabelId);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

short iLabelId

Unique ID of a label assigned to a packet.


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

Remark
Sets label ID of GoTo instruction. This label ID can be assigned to a packet or an instruction.
Call this method only for the GoTo instruction.

See Also

GetGoToInstructionLableId

SetIdentifyFrameTypeError

SetIdentifyFrameTypeError (

int nPacketIndexInLayer,

BOOL bEnable);


Inputs
int nPacketIndexInLayer

Index of a packet in link layer (identify packets).

BOOL bEnable

Specifies whether frame type error is selected in a packet or not.


Return Value
None.

Remark
Select/deselect frame type error in an identify frame.
See Also

GetIdentifyFrameTypeError

Advertising