beautypg.com

Erinjcmnsetsoferror, Erinjcmngetsoferror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 749

background image


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

ITargetEmulEngine 749

ErInjCmnSetSOFError

Void ErInjCmnSetSOFError (

SOFErrorTypeEnum eSOFError,

int* pnRetVal);


Inputs
SOFErrorTypeEnum eSOFError SOF error type. (see

SOFErrorTypeEnum

)

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, sets SOF error type.

See Also

ErInjCmnGetSOFError

ErInjCmnGetSOFError

Void ErInjCmnGetSOFError (

SOFErrorTypeEnum* peSOFError,

int* pnRetVal);


Inputs
SOFErrorTypeEnum* peSOFError SOF error type. (see

SOFErrorTypeEnum

)

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 SOF error type.
See Also

ErInjCmnSetSOFError