Mercury API
Gen2..::.Alien..::.Higgs3..::.FastLoadImage Constructor (currentAccessPassword, accessPassword, killPassword, pcWord, epc)
NamespacesThingMagicGen2..::.Alien..::.Higgs3..::.FastLoadImageGen2..::.Alien..::.Higgs3..::.FastLoadImage(UInt32, UInt32, UInt32, UInt16, array<Byte>[]()[])
Constructor to initialize the parameters of FastLoadImage
Declaration Syntax
C#Visual BasicVisual C++
public FastLoadImage(
	uint currentAccessPassword,
	uint accessPassword,
	uint killPassword,
	ushort pcWord,
	byte[] epc
)
Public Sub New ( _
	currentAccessPassword As UInteger, _
	accessPassword As UInteger, _
	killPassword As UInteger, _
	pcWord As UShort, _
	epc As Byte() _
)
public:
FastLoadImage(
	unsigned int currentAccessPassword, 
	unsigned int accessPassword, 
	unsigned int killPassword, 
	unsigned short pcWord, 
	array<unsigned char>^ epc
)
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
epc (array< Byte >[]()[])
the EPC to write to the tag. Must be exactly 12 bytes (96 bits)

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