Select Class

TegoOS

Select Class
Implements one Gen 2 select.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2Select

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class Select : ISelection, IEnumerable<ISelect>, 
	IEnumerable, ISelect
Public Class Select
	Implements ISelection, IEnumerable(Of ISelect), 
	IEnumerable, ISelect
public ref class Select : ISelection, IEnumerable<ISelect^>, 
	IEnumerable, ISelect
type Select =  
    class
        interface ISelection
        interface IEnumerable<ISelect>
        interface IEnumerable
        interface ISelect
    end

The Select type exposes the following members.

Constructors
  NameDescription
Public methodSelect(String, SelectOperator)
Create criteria for a Gen 2 select based on an EPC (not including PC word).
Public methodSelect(Bank, Int32, UInt16, Int32, SelectOperator)
Create criteria for a Gen 2 select.
Top
Properties
  NameDescription
Public propertyBank
Bank containing data to be matched.
Public propertyBitAddress
Bit address of data to be matched.
Public propertyCount
Returns number of selection criteria, always 1
Public propertyOperator
Operator used to combine this Select with previous selects.
Public propertyPattern
Pattern that must be matched (pattern should start at most significant position).
Public propertyPatternBitCount
Length in bits of data to be matched.
Public propertyStatic memberTegoChip
Returns the instance of select for identify Tego chips
Top
Methods
  NameDescription
Public methodStatic memberEpcLengthIs
Returns select for EPC of specific length
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFirstUserWordIs
Returns instance of select where first user memory word is as specified
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object
(Overrides ObjectToString.)
Top
See Also