FilterPattern Class

TegoOS

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

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

The FilterPattern type exposes the following members.

Constructors
  NameDescription
Public methodFilterPattern
Create a filter pattern to be applied after tag selection.
Top
Properties
  NameDescription
Public propertyBank
Bank containing data to be matched.
Public propertyBitAddress
Bit address of data to be matched.
Public propertyMask
Mask to be applied to tag data before matching pattern (mask should start at most significant position).
Public propertyMaskBitCount
Length in bits of mask to be applied.
Public propertyPattern
Pattern that must be matched (pattern should start at most significant position).
Public propertyPatternBitCount
Length in bits of data to be matched.
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