Constructor to initialize the parameters of FastLoadImage
| C# | Visual Basic | Visual 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 )
- 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)