beautypg.com

Erinjcmnseteoferror, Erinjcmngeteoferror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 748

background image


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

ITargetEmulEngine 748

ErInjCmnSetEOFError

Void ErInjCmnSetEOFError (

EOFErrorTypeEnum eEOFError,

int* pnRetVal);


Inputs
EOFErrorTypeEnum eEOFError EOF error type. (see

EOFErrorTypeEnum

)

Int* pnRetVal

Error code. Ifthe function call was corrected, the error code is

zero.


Return Value
None.

Remark
In general section of error injection, sets EOF error type.

See Also

ErInjCmnGetEOFError

ErInjCmnGetEOFError

Void ErInjCmnGetEOFError (

EOFErrorTypeEnum* peEOFError,

int* pnRetVal);


Inputs
EOFErrorTypeEnum* peEOFError EOF error type. (see

EOFErrorTypeEnum

)

Int* pnRetVal

Error code. If the function call was corrected, the error

code is zero.


Return Value
None.

Remark
In general section of error injection, gets EOF error type.
See Also

ErInjCmnSetEOFError