Mercury API
Gen2..::.Alien..::.Higgs3..::.LoadImage Constructor (currentAccessPassword, accessPassword, killPassword, pcWord, epcAndUserData)
NamespacesThingMagicGen2..::.Alien..::.Higgs3..::.LoadImageGen2..::.Alien..::.Higgs3..::.LoadImage(UInt32, UInt32, UInt32, UInt16, array<Byte>[]()[])
Constructor to initialize the parameters of FastLoadImage
Declaration Syntax
C#Visual BasicVisual C++
public LoadImage(
	uint currentAccessPassword,
	uint accessPassword,
	uint killPassword,
	ushort pcWord,
	byte[] epcAndUserData
)
Public Sub New ( _
	currentAccessPassword As UInteger, _
	accessPassword As UInteger, _
	killPassword As UInteger, _
	pcWord As UShort, _
	epcAndUserData As Byte() _
)
public:
LoadImage(
	unsigned int currentAccessPassword, 
	unsigned int accessPassword, 
	unsigned int killPassword, 
	unsigned short pcWord, 
	array<unsigned char>^ epcAndUserData
)
Parameters
currentAccessPassword (UInt32)
the access password to use to write to the tag
accessPassword (UInt32)
the access password to write on the tag
killPassword (UInt32)
the kill password to write on the tag
pcWord (UInt16)
the PC word to write on the tag
epcAndUserData (array< Byte >[]()[])
the EPC and user data to write to the tag. Must be exactly 76 bytes. The pcWord specifies which of this is EPC and which is user data.

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