Erinjcmngetcodeviolationerror, Erinjcmnsetdisparityerror, Erinjidefgetcodeviolationerror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 745

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 745
ErInjCmnGetCodeViolationError
Void ErInjCmnGetCodeViolationError (
BOOL* pbEnable,
int* pnRetVal);
Inputs
BOOL* pbEnable Specifies whether to enable code violation error.
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 enability of code violation error.
See Also
ErInjCmnSetDisparityError
Void ErInjCmnSetDisparityError (
BOOL bEnable,
int* pnRetVal);
Inputs
BOOL bEnable
Specifies whether to enable disparity error.
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 enability of disparity error.
See Also