Erinjcmngetdonotcheckcredit, Erinjcmnsetcrcerror – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 743

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 743
ErInjCmnGetDonotCheckCredit
Void ErInjCmnSetDonotCheckCredit (
BOOL* pbEnable,
int* pnRetVal);
Inputs
BOOL bEnable
Specifies whether to enable removing check Credit.
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 ability of not checking credit.
See Also
ErInjCmnSetCRCError
Void ErInjCmnSetCRCError (
CRCErrorTypeEnum eCRCError,
int* pnRetVal);
Inputs
CRCErrorTypeEnum eCRCError CRC Error type for all commands. (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 CRC error type.
See Also