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