Setrespondingcloseconnection, Itargetemulengine – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 628

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 628
SetRespondingCloseConnection
int SetRespondingCloseConnection (
short iLayerID,
int nPacketIndexInLayer,
BOOL bEnable,
TargetEmulatorDelayOnRespondingToCloseEnum eDelayErrorType,
short iDelayTime,
int *pnErrorCode);
Inputs
short iLayerID
Layer ID of a packet (see
int nPacketIndexInLayer
Index of a packet corresponding to layer
ID.
BOOL bEnable
Specifies whether close connection
setting is defined or not for a command.
DelayOnRespondingToCloseEnum eDelayErrorType Delay type of response to close in close
connection setting
(see
short iDelayTime
Delay time of responding to close
connection in microseconds format.
Return Value
Returns result of method, whether called by valid index and layer ID or not.
Remark
Sets close connection responding attribute (set/reset close connection setting, delay type, delay
time for responding to close) in a command.
NOTE: Call this method only for the SCSI, Task, SMP, or ATA command packet.
See Also