Mercury API
Gen2..::.Alien..::.Higgs2..::.FullLoadImage Constructor (accessPassword, killPassword, lockBits, pcWord, epc)
NamespacesThingMagicGen2..::.Alien..::.Higgs2..::.FullLoadImageGen2..::.Alien..::.Higgs2..::.FullLoadImage(UInt32, UInt32, UInt16, UInt16, array<Byte>[]()[])
Constructor to initialize the parameters of FullLoadImage
Declaration Syntax
C#Visual BasicVisual C++
public FullLoadImage(
	uint accessPassword,
	uint killPassword,
	ushort lockBits,
	ushort pcWord,
	byte[] epc
)
Public Sub New ( _
	accessPassword As UInteger, _
	killPassword As UInteger, _
	lockBits As UShort, _
	pcWord As UShort, _
	epc As Byte() _
)
public:
FullLoadImage(
	unsigned int accessPassword, 
	unsigned int killPassword, 
	unsigned short lockBits, 
	unsigned short pcWord, 
	array<unsigned char>^ epc
)
Parameters
accessPassword (UInt32)
the access password to write on the tag
killPassword (UInt32)
the kill password to write on the tag
lockBits (UInt16)
the lock bits 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. Maximum of 12 bytes (96 bits)

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