A Sandcastle Documented Class Library
![]() | 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)

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.

Name | Description | |
---|---|---|
![]() | Bank | Bank containing data to be matched. |
![]() | BitAddress | Bit address of data to be matched. |
![]() | Count | Number of individual selects in this selection. (Inherited from ISelection.) |
![]() | Operator | Operator used to combine this Select with previous selects. |
![]() | Pattern |
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).
|
![]() | PatternBitCount | Length in bits of data to be matched. |

Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableISelect.) |
