Mercury API
Gen2..::.SecureReadData Constructor (bank, wordAddress, length, type, password)
NamespacesThingMagicGen2..::.SecureReadDataGen2..::.SecureReadData(Gen2..::.Bank, UInt32, Byte, Gen2..::.SecureTagType, TagAuthentication)
Constructor to initialize the parameters of SecureReadData
Declaration Syntax
C#Visual BasicVisual C++
public SecureReadData(
	Gen2..::.Bank bank,
	uint wordAddress,
	byte length,
	Gen2..::.SecureTagType type,
	TagAuthentication password
)
Public Sub New ( _
	bank As Gen2..::.Bank, _
	wordAddress As UInteger, _
	length As Byte, _
	type As Gen2..::.SecureTagType, _
	password As TagAuthentication _
)
public:
SecureReadData(
	Gen2..::.Bank bank, 
	unsigned int wordAddress, 
	unsigned char length, 
	Gen2..::.SecureTagType type, 
	TagAuthentication^ password
)
Parameters
bank (Gen2..::.Bank)
The memory bank to read
wordAddress (UInt32)
Read starting address
length (Byte)
The length of data to read
type (Gen2..::.SecureTagType)
Secure tag type
password (TagAuthentication)
Password

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