Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 156

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
How to Navigate through Trace File 156
STDMETHOD
(put_AddressFrameType) (
/*[in]*/
AddressFrameTypeEnum eAddressFrameType,
/*[in]*/
BOOL bnewVal);
STDMETHOD
(put_IdleFilter) (
/*[in]*/
BOOL newVal);
STDMETHOD
(put_ProtocolError) (
/*[in]*/
int
nProtocolErrorCode,
/*[in]*/
BOOL newVal);
STDMETHOD
(put_FilterIn) (
/*[in]*/
BOOL newVal);
STDMETHOD
(put_DataLengthType) (
/*[in]*/
CEISearchDataLengthType newVal);
STDMETHOD
(put_DataLength) (
/*[in]*/
long
newVal);
STDMETHOD
(put_DataFilterType) (
/*[in]*/
short
newVal);
STDMETHOD
(put_DataLogicOperator) (
/*[in]*/
short
newVal);
STDMETHOD
(put_IsFilteredDataPayload) (
/*[in]*/
BOOL newVal);
STDMETHOD (put_DataFormatType) (
/*[in]*/
RadixEnum newVal);
Usage
<FilterInfo Interface Object> -> <Function Name> (<Option Specific
Parameters>);
Return Value None
Description
Call the respective functions to set filter information data for applying filtering
onto packets of the loaded trace file.