RFID API Documentation  1.0
Reference guide for RFID API
POST_FILTER Struct Reference

This struct holds the Tag Filter criteria for Inventory Operation. More...

Data Fields

STRUCT_INFO structInfo
 
LPTAG_PATTERN lpTagPatternA
 Tag Pattern A to be used for comparison. More...
 
LPTAG_PATTERN lpTagPatternB
 Tag Pattern B to be used for comparison. More...
 
MATCH_PATTERN matchPattern
 Match criteria to be used for filtering using Tag patterns A and B. More...
 
LPRSSI_RANGE_FILTER lpRSSIRangeFilter
 Pointer to RSSI Range Filter to be used. More...
 
LPVOID lpReserved [16-1]
 Reserved for future. More...
 

Detailed Description

This struct holds the Tag Filter criteria for Inventory Operation.

Each Tag will be checked against both pattern A and pattern B, as per the matchPattern condition.

Field Documentation

◆ structInfo

STRUCT_INFO POST_FILTER::structInfo

◆ lpTagPatternA

LPTAG_PATTERN POST_FILTER::lpTagPatternA

Tag Pattern A to be used for comparison.

The application should allocate new TAG_PATTERN and assign this field to the allocated pointer.

◆ lpTagPatternB

LPTAG_PATTERN POST_FILTER::lpTagPatternB

Tag Pattern B to be used for comparison.

If using only one filter, this pointer should be assigned to NULL.

◆ matchPattern

MATCH_PATTERN POST_FILTER::matchPattern

Match criteria to be used for filtering using Tag patterns A and B.

◆ lpRSSIRangeFilter

LPRSSI_RANGE_FILTER POST_FILTER::lpRSSIRangeFilter

Pointer to RSSI Range Filter to be used.

◆ lpReserved

LPVOID POST_FILTER::lpReserved[16-1]

Reserved for future.

1 - Taken for lpRSSIRangeFilter.