Getexcludeidle, Getexcludenotify – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 265

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 265
GetExcludeIdle
BOOL GetExcludeIdle (
int nStateId);
Inputs
int nStateId ID for a state in advanced mode and
Capture ID (see
) in easy mode.
Return Value
Shows whether ExcludeIdle is set or not.
Remark
For each capture item (corresponding to StateId), ExcludeIdle specifies whether Idle packet
must be excluded from sample or not. Shows whether ExcludeIdle attribute is set or not.
See Also
GetExcludeNOTIFY
BOOL GetExcludeNOTIFY (
int nStateId);
Inputs
int nStateId
ID for a state in advanced mode and
Capture ID (see
) in easy mode.
Return Value
Shows whether ExcludeNOTIFY is set or not.
Remark
For each capture item (corresponding to StateId), ExcludeNOTIFY specifies whether NOTIFY
primitive must be excluded from the sample or not. Shows whether ExcludeNOTIFY attribute is
set or not.
See Also