Getsatasoftresetinstructionport, Getsatawakeupinstructionoobtype – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 456
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 456
GetSATASoftResetInstructionPort
BOOL GetSATASoftResetInstructionPort (
int nInstructionIndex,
BYTE *pyPort);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
BYTE *pyPort
Port value of a SATA soft reset instruction.
Return Value
Returns result of method, whether called by valid index or not.
Remark
Returns port value of a SATA soft reset instruction.
Call this method only for SATA soft reset instruction.
See Also
SetSATASoftResetInstructionPort
GetSATAWakeupInstructionOOBType
BOOL GetSATAWakeupInstructionOOBType (
int nInstructionIndex,
BYTE* pyWakeupType);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
BYTE* pyWakeupType
SATA wakeup type: Comwake (0 value), COMRESET (1 value).
Return Value
Returns result of method, whether called by valid index or not.
Remark
Returns wakeup type value of a SATA wakeup instruction.
Call this method only for SATA wakeup instruction.
See Also