beautypg.com

Issataselftestinstructionfieldexpandable, Issataselftestinstructionfieldexpanded, Issataselftestinstructionfieldexpand – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 466: Able, Iswritecommand

background image


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

IExerciserEngine 466

IsSATASelfTestInstructionFieldExpandable

BOOL IsSATASelfTestInstructionFieldExpandable (

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 whether field is an expandable field of SATA self-test instruction or not.

Remark
Returns TRUE if a field in a SATA self-test instruction was an expandable field.
Call this method only for SATA self-test instruction.

IsSATASelfTestInstructionFieldExpanded

BOOL IsSATASelfTestInstructionFieldExpanded (

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 whether field is an expanded field of SATA self-test instruction or not.

Remark
Returns TRUE if a field in a SATA self-test instruction was an expanded field.
Call this method only for SATA self-test instruction.