Filter.MatchPattern Enumeration

TegoOS

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)
Syntax
public enum MatchPattern
Public Enumeration MatchPattern
public enum class MatchPattern
type MatchPattern
Members
  Member nameValueDescription
A0Filter tags that match Pattern A; Pattern B is not set.
NotA1Filter tags that do not match Pattern A; Pattern B is not set.
A_and_B2Filter tags that match both patterns A and B.
A_and_NotB3Filter tags that do not match pattern B and match pattern A
NotA_and_B4Filter tags that do not match pattern A and matche pattern B.
NotA_and_Not_B5Filter tags that match neither patterns A nor B.
See Also