Getexcluderrdy, Getexcludesync – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 267

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 267
GetExcludeRRDY
BOOL GetExcludeRRDY (
int nStateId);
Inputs
int nStateId
ID for a state in advanced mode and
Capture ID (see
) in easy mode.
Return Value
Shows whether ExcludeRRDY is set or not.
Remark
For each capture item (corresponding to StateId), ExcludeRRDY specifies whether RRDY
primitive must be excluded from sample or not.
Shows whether ExcludeRRDY attribute is set or not.
See Also
GetExcludeSYNC
BOOL GetExcludeSYNC (
int nStateId);
Inputs
int nStateId
ID for a state in advanced mode and
Capture ID (see
) in easy mode.
Return Value
Shows whether ExcludeSYNC is set or not.
Remark
For each capture item (corresponding to StateId), ExcludeSYNC specifies whether SYNC
primitive must be excluded from sample or not. Shows whether ExcludeSYNC attribute is set or
not.
See Also