Create Gen2 Select
| C# | Visual Basic | Visual 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 )
- 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