Getgotoinstructionlableid, Getidentifyframetypeerror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 417

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 417
GetGoToInstructionLableId
BOOL GetGoToInstructionLableId (
int nInstructionIndex,
short* piLabelId);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
short* piLabelId
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
Returns 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
GetIdentifyFrameTypeError
GetIdentifyFrameTypeError (
int nPacketIndexInLayer,
BOOL* pbEnable);
Inputs
int nPacketIndexInLayer
Index of a packet in link layer (identify packets).
BOOL* pbEnable
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