Getoobinstrsataportselectiont2, Getoobinstructionsyncstate – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 437

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 437
GetOOBInstrSATAPortSelectionT2
GetOOBInstrSATAPortSelectionT2(VARIANT *pvtSATAPortSelectionT2);
Inputs
VARIANT *pvtSATAPortSelectionT2
SATA port selection T2 value in __int64 format.
Return Value
None.
Remark
Returns SATA port selection T2 value in VARIANT that is a __int64 parameter.
See Also
SetOOBInstrSATAPortSelectionT2
GetOOBInstructionSyncState
BOOL GetOOBInstructionSyncState (
int nInstructionIndex,
BYTE* pySyncState);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
BYTE* pySyncState
Synchronization state: send after the completion of previous block,
or send OOB immediately.
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Returns Synchronization state:
send after the completion of previous block or send OOB immediately.
NOTE: Call this method only for OOB signal instruction.
See Also