Representation of a Gen2 Select operation
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Gen2..::.Select(Boolean, Gen2..::.Bank, UInt32, UInt16, ICollection<(Of <(Byte>)>)) |
Create Gen2 Select
| |
| Bank |
The memory bank in which to compare the mask
| |
| BitLength |
The length (in bits) of the mask
| |
| BitPointer |
The location (in bits) at which to begin comparing the mask
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Invert |
Whether tags that meet the comparison are selected or deselected.
false: Get matching tags.
true: Drop matching tags.
| |
| Mask |
The mask value to compare with the specified region of tag
memory, MSB first
| |
| Matches(TagData) |
Test if a tag Matches this filter. Only applies to selects based
on the EPC.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() |
Returns a String that represents the current Object.
(Overrides Object.ToString()()().) |
| Object | |
| Gen2..::.Select | |