A Sandcastle Documented Class Library
![]() | FilterMatchPattern Enumeration |
Options to combine one or two match patterns.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)


Member name | Value | Description | |
---|---|---|---|
A | 0 | Filter tags that match Pattern A; Pattern B is not set. | |
NotA | 1 | Filter tags that do not match Pattern A; Pattern B is not set. | |
A_and_B | 2 | Filter tags that match both patterns A and B. | |
A_and_NotB | 3 | Filter tags that do not match pattern B and match pattern A | |
NotA_and_B | 4 | Filter tags that do not match pattern A and matche pattern B. | |
NotA_and_Not_B | 5 | Filter tags that match neither patterns A nor B. |
