Package com.zebra.rfid.api3
Class NXP.ReadProtectParams
java.lang.Object
com.zebra.rfid.api3.NXP.ReadProtectParams
- Enclosing class:
NXP
Parameters for ReadProtect Access Operation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Parameter that specifies the Access Password of the tagvoid
setAccessPassword
(long accessPassword) Parameter that specifies the Access Password of the tag
-
Constructor Details
-
ReadProtectParams
public ReadProtectParams(long m_nAccessPassword) -
ReadProtectParams
public ReadProtectParams()Constructor
-
-
Method Details
-
getAccessPassword
public long getAccessPassword()Parameter that specifies the Access Password of the tag -
setAccessPassword
public void setAccessPassword(long accessPassword) Parameter that specifies the Access Password of the tag
-