Erinjcmnsetnowtrm, Erinjcmngetnowtrm – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 750

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 750
ErInjCmnSetNoWTRM
Void ErInjCmnSetNoWTRM (
BOOL bEnable,
int* pnRetVal);
Inputs
BOOL bEnable
Specifies whether to enable omitting WTRM.
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 omitting WTRM.
See Also
ErInjCmnGetNoWTRM
Void ErInjCmnGetNoWTRM (
BOOL* pbEnable,
int* pnRetVal);
Inputs
BOOL* pbEnable
Specifies whether to enable omitting WTRM.
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 omitting WTRM.
See Also