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