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

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
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
Void ErInjCmnGetSOFError (
SOFErrorTypeEnum* peSOFError,
int* pnRetVal);
Inputs
SOFErrorTypeEnum* peSOFError SOF error type. (see
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