ISelect Interface

TegoOS

ISelect Interface
Provides data for a single Gen 2 select.

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

The ISelect type exposes the following members.

Properties
  NameDescription
Public propertyBank
Bank containing data to be matched.
Public propertyBitAddress
Bit address of data to be matched.
Public propertyCount
Number of individual selects in this selection.
(Inherited from ISelection.)
Public propertyOperator
Operator used to combine this Select with previous selects.
Public propertyPattern
Pattern that must be matched (if not a complete number of words, pattern starts at most significant bit of first word and has trailing zeroes in unused bits at least significant end of last word).
Public propertyPatternBitCount
Length in bits of data to be matched.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableISelect.)
Top
See Also