Getsataselftestinstructionfieldlength, Getsataselftestinstructionfieldname, Getsataselftestinstructionfieldleng – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 451: Getsataselftestinstructionfieldnam, Getsataselftestinstructionfieldopti, Ondescription

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 451
GetSATASelfTestInstructionFieldLength
int GetSATASelfTestInstructionFieldLength (
int nInstructionIndex,
int nFieldIndex);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nFieldIndex
Index of a field of SATA self-test instruction.
Return Value
Specifies field length of a field of SATA self-test instruction.
Remark
Returns field length of a field in a SATA self-test instruction.
Call this method only for SATA self-test instruction.
GetSATASelfTestInstructionFieldName
BOOL GetSATASelfTestInstructionFieldName (
int nInstructionIndex,
int nFieldIndex,
BSTR* pFieldName);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nFieldIndex
Index of a field of SATA self-test instruction.
BSTR* pFieldName
Name of a field of SATA self-test instruction.
Return Value
Returns result of method, whether called by valid index or not.
Remark
Returns field name of a field in a SATA self-test instruction.
Call this method only for SATA self-test instruction.