Enum MATCH_PATTERN
Match Criteria for patterns
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum MATCH_PATTERN
Fields
| Name | Description |
|---|---|
| A | Filter tags that match Pattern A; Pattern B is not set. |
| A_AND_B | Filter tags that match both patterns A and B. |
| A_AND_NOTB | Filter tags that do not match pattern B and matche pattern A. |
| NOTA_AND_B | Filter tags that do not match pattern A and matche pattern B. |
| NOTA_AND_NOTB | Filter tags that match neither patterns A nor B |