Filter Class

TegoOS

Filter Class
Defines a filter for access or post filtering. Note that this process is different from and occurs after selection.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2Filter

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class Filter
Public Class Filter
public ref class Filter
type Filter =  class end

The Filter type exposes the following members.

Constructors
  NameDescription
Public methodFilter(Double, Double)
Creates a filter for tags within a specified RSSI range.
Public methodFilter(FilterPattern, FilterPattern, FilterMatchPattern)
Creates a filter to apply to tags after selection before any access operations are executed.
Top
Properties
  NameDescription
Public propertyMatchCriteria
Match criteria to be used for filtering using patterns A and B.
Public propertyMaxRssi
Maximum RSSI a tag should match. Double.NaN if not filtering on RSSI.
Public propertyMinRssi
Minimum RSSI a tag should match. Double.NaN if not filtering on RSSI.
Public propertyPatternA
Pattern A to be used for comparison.
Public propertyPatternB
Pattern B to be used for comparison.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also