![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
This struct holds the Tag Filter criteria for Access 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... | |
This struct holds the Tag Filter criteria for Access Operation.
Each Tag will be checked against both pattern A and pattern B, as per the matchPattern condition.
| STRUCT_INFO ACCESS_FILTER::structInfo |
| LPTAG_PATTERN ACCESS_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.
| LPTAG_PATTERN ACCESS_FILTER::lpTagPatternB |
Tag Pattern B to be used for comparison.
If using only one filter, this pointer should be assigned to NULL.
| MATCH_PATTERN ACCESS_FILTER::matchPattern |
Match criteria to be used for filtering using Tag patterns A and B.
| LPRSSI_RANGE_FILTER ACCESS_FILTER::lpRSSIRangeFilter |
Pointer to RSSI Range Filter to be used.
| LPVOID ACCESS_FILTER::lpReserved[16-1] |
Reserved for future.
1 - Taken for lpRSSIRangeFilter.