public class PermaLock6cParam
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PermaLock6cParam.LockState |
Constructor and Description |
---|
PermaLock6cParam()
Creates an instance of the PermaLock6cParam class.
|
PermaLock6cParam(PermaLock6cParam.LockState killPassword,
PermaLock6cParam.LockState accessPassword,
PermaLock6cParam.LockState epc,
PermaLock6cParam.LockState tid,
PermaLock6cParam.LockState user)
Creates an instance of the PermaLock6cParam class.
|
Modifier and Type | Method and Description |
---|---|
PermaLock6cParam.LockState |
getAccessPassword()
Returns TAG Access operation for 'Access Password Area of Reserved Memory'.
|
int |
getAction()
This method is used internally by the SDK.
|
PermaLock6cParam.LockState |
getEpc()
Returns TAG Access action for 'EPC memory'.
|
PermaLock6cParam.LockState |
getKillPassword()
Returns TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
int |
getMask()
This method is used internally by the SDK.
|
int |
getPermalock()
This method is used internally by the SDK.
|
PermaLock6cParam.LockState |
getTid()
Returns TAG Access action for 'TID memory'.
|
PermaLock6cParam.LockState |
getUser()
Returns TAG Access behavior for 'User memory'.
|
void |
setAccessPassword(PermaLock6cParam.LockState value)
Set TAG Access operation for 'Access Password Area of Reserved Memory'.
|
void |
setEpc(PermaLock6cParam.LockState value)
Set TAG Access action for 'EPC memory'.
|
void |
setKillPassword(PermaLock6cParam.LockState value)
Set TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
void |
setTid(PermaLock6cParam.LockState value)
Set TAG Access operation for 'TID memory'.
|
void |
setUser(PermaLock6cParam.LockState value)
Set TAG Access behavior for 'User memory'.
|
java.lang.String |
toString() |
public PermaLock6cParam()
public PermaLock6cParam(PermaLock6cParam.LockState killPassword, PermaLock6cParam.LockState accessPassword, PermaLock6cParam.LockState epc, PermaLock6cParam.LockState tid, PermaLock6cParam.LockState user)
killPassword
- LockState enum indicating the Access operation for the 'Kill Password area of the Reserved Memory' of the tag.accessPassword
- The LockState enumeration that indicates the Access operation for the 'Access Memory area of the Reserved Memory' of the tag.epc
- A LockState enum indicating the Access behavior for the tag's 'EPC memory'.tid
- The LockState enumeration indicating the Access behavior for the tag's 'TID memory'.user
- The LockState enumeration that indicates the Access behavior for the tag 'User Memory'.public PermaLock6cParam.LockState getKillPassword()
public void setKillPassword(PermaLock6cParam.LockState value)
value
- LockState enum indicating the Access operation for the 'Kill Password area of the Reserved Memory' of the tag.public PermaLock6cParam.LockState getAccessPassword()
public void setAccessPassword(PermaLock6cParam.LockState value)
value
- The LockState enumeration that indicates the Access operation for the 'Access Memory area of the Reserved Memory' of the tag.public PermaLock6cParam.LockState getEpc()
public void setEpc(PermaLock6cParam.LockState value)
value
- A LockState enum indicating the Access behavior for the tag's 'EPC memory'.public PermaLock6cParam.LockState getTid()
public void setTid(PermaLock6cParam.LockState value)
value
- The LockState enumeration indicating the Access behavior for the tag's 'TID memory'.public PermaLock6cParam.LockState getUser()
public void setUser(PermaLock6cParam.LockState value)
value
- The LockState enumeration that indicates the Access behavior for the tag 'User Memory'.public int getAction()
public int getMask()
public int getPermalock()
public java.lang.String toString()
toString
in class java.lang.Object