Class PostFilter
PostFilter Information. PostFilters are applied on Inventoried Tags. Each Tag will be checked if it matches both pattern A and pattern B, as per the "MatchPattern" condition.
Inheritance
System.Object
PostFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class PostFilter
Constructors
PostFilter()
Constructor.
Declaration
public PostFilter()
Fields
RssiRangeFilter
RSSI Range Filter
Declaration
public RssiRangeFilter RssiRangeFilter
Field Value
| Type | Description |
|---|---|
| RssiRangeFilter |
TagPatternA
Pattern A to be used for comparison.
Declaration
public TagPatternBase TagPatternA
Field Value
| Type | Description |
|---|---|
| TagPatternBase |
TagPatternB
Pattern B to be used for comparison.
Declaration
public TagPatternBase TagPatternB
Field Value
| Type | Description |
|---|---|
| TagPatternBase |
Properties
MatchPattern
Match criteria to be used for filtering using patterns A and B.
Declaration
public MATCH_PATTERN MatchPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| MATCH_PATTERN |
UseRSSIRangeFilter
Whether to use RSSI Range Filter or not
Declaration
public bool UseRSSIRangeFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |