SelectOperator Enumeration

TegoOS

SelectOperator Enumeration
Enumeration is used to bind two select criteria

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public enum SelectOperator
Public Enumeration SelectOperator
public enum class SelectOperator
type SelectOperator
Members
  Member nameValueDescription
Not0Select tags that do not match the specified criteria.
Or1Select tags that match the specified criteria in addition to tags matching earlier selects.
And2Select tags that match the specified criteria from the tags matching earlier selects.
See Also