Mercury API
Gen2..::.Impinj..::.Monza6..::.MarginRead Constructor (bank, bitAddress, maskBitLength, mask)
NamespacesThingMagicGen2..::.Impinj..::.Monza6..::.MarginReadGen2..::.Impinj..::.Monza6..::.MarginRead(Gen2..::.Bank, UInt32, Byte, array<Byte>[]()[])
Constructor to initialize the parameters of MarginRead
Declaration Syntax
C#Visual BasicVisual C++
public MarginRead(
	Gen2..::.Bank bank,
	uint bitAddress,
	byte maskBitLength,
	byte[] mask
)
Public Sub New ( _
	bank As Gen2..::.Bank, _
	bitAddress As UInteger, _
	maskBitLength As Byte, _
	mask As Byte() _
)
public:
MarginRead(
	Gen2..::.Bank bank, 
	unsigned int bitAddress, 
	unsigned char maskBitLength, 
	array<unsigned char>^ mask
)
Parameters
bank (Gen2..::.Bank)
the gen2 memory bank to read from
bitAddress (UInt32)
the bit address to start reading from
maskBitLength (Byte)
the number of mask bits
mask (array< Byte >[]()[])
the mask data

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