Getincomingopenresponse, Getoutgoingerrorattribute – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 588
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 588
GetIncomingOpenResponse
int GetIncomingOpenResponse (
short iLayerID,
int nPacketIndexInLayer,
BOOL* pbIsDefineIncomingOpenResponse,
PrimitivesEnum* peRxOpenResponse,
short* piDelayRespondOpen);
Inputs
short iLayerID
Layer ID of a packet (see
int nPacketIndexInLayer
Index of a packet corresponding to layer ID.
BOOL* pbIsDefineIncomingOpenResponse
Specifies whether incoming open response
error is set or not for a command.
PrimitivesEnum* peRxOpenResponse
Open response primitive for a command
(see
PrimitivesEnum
).
short* piDelayRespondOpen
Delay time to responding to open for a
command.
Return Value
Returns result of method, whether called by valid index and layer ID or not.
Remark
Returns incoming open response error for a command packet, such as set/reset incoming open
response error, open primitive type, delay to responding to open, for a command.
NOTE: Call this method only for the SCSI, Task, or ATA command packet.
See Also