Erinjcmnsetfillbyteforreservedfield, Erinjcmngetfillbyteforreservedfield – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 755

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 755
ErInjCmnSetFillByteForReservedField
Void ErInjCmnSetFillByteForReservedField (
BYTE yFillByte,
int* pnRetVal);
Inputs
BYTE yFillByte
Value for reserved field.
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 value in reserved field.
See Also
ErInjCmnGetFillByteForReservedField
ErInjCmnGetFillByteForReservedField
Void ErInjCmnGetFillByteForReservedField (
BYTE* pyFillByte,
int* pnRetVal);
Inputs
BYTE* pyFillByte
Value for reserved field.
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 reserved field value.
See Also