Enum MATCH_RANGE
MATCH_RANGE specifies the Selection for match range. It is a member of RSSI_RANGE_FILTER and TIME_RANGE_FILTER.
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum MATCH_RANGE
Fields
| Name | Description |
|---|---|
| GREATER_THAN_LOWER_LIMIT | Greater than lower limit; Greater than lower time limit, lower limit inclusive, upper limit ignored. |
| LOWER_THAN_UPPER_LIMIT | Lower than upper limit; Lower than upper time limit, upper limit inclusive, lower limit ignored. |
| OUTSIDE_RANGE | Outside range; outside lower and upper time limits, lower and upper limit inclusive. |
| WITHIN_RANGE | Within range; between lower and upper time limits, lower and upper limit inclusive. |