Erinjconmgnsetincomingopenframeerrorattribute, Erinjconmgngetincomingopenframeerrorattribute, Erinjconmgngetincomingopenframeerrorattr – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 773: Ibute
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 773
ErInjConMgnSetIncomingOpenFrameErrorAttribute
Void ErInjConMgnSetIncomingOpenFrameErrorAttribute (
BYTE yNumberOfOpenFrame,
BYTE yCountOfError);
Inputs
BYTE yNumberOfOpenFrame Number of incoming open frame that contains error.
BYTE yCountOfError
Count of error on an incoming open frame.
Return Value
None.
Remark
In connection management section, sets error on incoming open frame for a SAS device.
See Also
ErInjConMgnGetIncomingOpenFrameErrorAttribute
ErInjConMgnGetIncomingOpenFrameErrorAttribute
Void ErInjConMgnGetIncomingOpenFrameErrorAttribute (
BYTE* pyNumberOfOpenFrame,
BYTE* pyCountOfError);
Inputs
BYTE* pyNumberOfOpenFrame
Number of incoming open frame that contains error.
BYTE* pyCountOfError
Count of error on an incoming open frame.
Return Value
None.
Remark
In connection management section, gets error attribute on incoming open frame for a SAS
device.
See Also
ErInjConMgnSetIncomingOpenFrameErrorAttribute