Setsataselftestinstructionfielddata, Setsatasoftresetinstructionport – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 507
Advertising

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 507
SetSATASelfTestInstructionFieldData
int SetSATASelfTestInstructionFieldData (
int nInstructionIndex,
int nFieldIndex,
VARIANT* pData,
unsigned long ulLength);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nFieldIndex
Index of a field of SATA self-test instruction.
VARIANT* pData
Data of a field of SATA self-test instruction.
unsigned long ulLength
Length for getting data of field.
Return Value
Returns result of method, whether called by valid index or not.
Remark
Sets data of a field in a SATA self-test instruction.
Call this method only for SATA self-test instruction.
Advertising