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

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
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
Void ErInjCmnGetEOFError (
EOFErrorTypeEnum* peEOFError,
int* pnRetVal);
Inputs
EOFErrorTypeEnum* peEOFError EOF 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 EOF error type.
See Also