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

This struct is used to configure filter settings on the reader to filter tags based on the received signal strength of the tag, the time the tag was read, or both. More...

Data Fields

INT8 peakRSSILowerLimit
 
INT8 peakRSSIUpperLimit
 
MATCH_RANGE matchRange
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct is used to configure filter settings on the reader to filter tags based on the received signal strength of the tag, the time the tag was read, or both.

Field Documentation

◆ peakRSSILowerLimit

INT8 RSSI_RANGE_FILTER::peakRSSILowerLimit

◆ peakRSSIUpperLimit

INT8 RSSI_RANGE_FILTER::peakRSSIUpperLimit

◆ matchRange

MATCH_RANGE RSSI_RANGE_FILTER::matchRange

◆ lpReserved

LPVOID RSSI_RANGE_FILTER::lpReserved[4]

Reserved for future.