Mercury API
Gen2..::.Select Constructor (invert, bank, bitPointer, bitLength, mask)
NamespacesThingMagicGen2..::.SelectGen2..::.Select(Boolean, Gen2..::.Bank, UInt32, UInt16, ICollection<(Of <(Byte>)>))
Create Gen2 Select
Declaration Syntax
C#Visual BasicVisual C++
public Select(
	bool invert,
	Gen2..::.Bank bank,
	uint bitPointer,
	ushort bitLength,
	ICollection<byte> mask
)
Public Sub New ( _
	invert As Boolean, _
	bank As Gen2..::.Bank, _
	bitPointer As UInteger, _
	bitLength As UShort, _
	mask As ICollection(Of Byte) _
)
public:
Select(
	bool invert, 
	Gen2..::.Bank bank, 
	unsigned int bitPointer, 
	unsigned short bitLength, 
	ICollection<unsigned char>^ mask
)
Parameters
invert (Boolean)
false: Get matching tags. true: Drop matching tags.
bank (Gen2..::.Bank)
The memory bank in which to compare the mask
bitPointer (UInt32)
The location (in bits) at which to begin comparing the mask
bitLength (UInt16)
The length (in bits) of the mask
mask (ICollection<(Of <(Byte>)>))
The mask value to compare with the specified region of tag memory, MSB first

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)