FilterPattern Class
From TegoOS
A Sandcastle Documented Class Library
| FilterPattern Class |
Defines a filter pattern for access or post filtering. Note that this process is different from, and occurs after, selection.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
The FilterPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterPattern | Create a filter pattern to be applied after tag selection. |
| Name | Description | |
|---|---|---|
| Bank | Bank containing data to be matched. | |
| BitAddress | Bit address of data to be matched. | |
| Mask | Mask to be applied to tag data before matching pattern (mask should start at most significant position). | |
| MaskBitCount | Length in bits of mask to be applied. | |
| Pattern | Pattern that must be matched (pattern should start at most significant position). | |
| PatternBitCount | Length in bits of data to be matched. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |