beautypg.com

Getsataselftestinstructionfielddescription, Getsataselftestinstructionfieldid – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 450

background image


Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual

IExerciserEngine 450

GetSATASelfTestInstructionFieldDescription

BOOL GetSATASelfTestInstructionFieldDescription (

int nInstructionIndex,

int nFieldIndex,

BSTR* pFieldDescription);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

int nFieldIndex

Index of a field of SATA self-test instruction.

BSTR* pFieldDescription

Description of a field of SATA self-test instruction.


Return Value
Returns result of method, whether called by valid index or not.

Remark
Returns description of a field in a SATA self-test instruction.
Call this method only for SATA self-test instruction.

GetSATASelfTestInstructionFieldID

int GetSATASelfTestInstructionFieldID (

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 ID of a field of SATA self-test instruction.

Remark
Returns field ID of a field in a SATA self-test instruction.
Call this method only for SATA self-test instruction.