A Sandcastle Documented Class Library
![]() | Select Class |
Implements one Gen 2 select.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

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.

Name | Description | |
---|---|---|
![]() | Select(String, SelectOperator) | Create criteria for a Gen 2 select based on an EPC (not including PC word). |
![]() | Select(Bank, Int32, UInt16, Int32, SelectOperator) | Create criteria for a Gen 2 select. |

Name | Description | |
---|---|---|
![]() | Bank | Bank containing data to be matched. |
![]() | BitAddress | Bit address of data to be matched. |
![]() | Count |
Returns number of selection criteria, always 1
|
![]() | Operator | Operator used to combine this Select with previous selects. |
![]() | Pattern | Pattern that must be matched (pattern should start at most significant position). |
![]() | PatternBitCount | Length in bits of data to be matched. |
![]() ![]() | TegoChip |
Returns the instance of select for identify Tego chips
|

Name | Description | |
---|---|---|
![]() ![]() | EpcLengthIs |
Returns select for EPC of specific length
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FirstUserWordIs |
Returns instance of select where first user memory word is as specified
|
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object
(Overrides ObjectToString.) |
