public class PermaLock6cParam
extends java.lang.Object
Constructor and Description |
---|
PermaLock6cParam()
Creates an instance of the PermaLock6cParam class.
|
PermaLock6cParam(LockState killPassword,
LockState accessPassword,
LockState epc,
LockState tid,
LockState user)
Creates an instance of the PermaLock6cParam class.
|
Modifier and Type | Method and Description |
---|---|
LockState |
getAccessPassword()
Returns TAG Access operation for 'Access Password Area of Reserved Memory'.
|
LockState |
getEpc()
Returns TAG Access action for 'EPC memory'.
|
LockState |
getKillPassword()
Returns TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
LockState |
getTid()
Returns TAG Access action for 'TID memory'.
|
LockState |
getUser()
Returns TAG Access action for 'EPC memory'.
|
void |
setAccessPassword(LockState value)
Set TAG Access operation for 'Access Password Area of Reserved Memory'.
|
void |
setEpc(LockState value)
Set TAG Access action for 'EPC memory'.
|
void |
setKillPassword(LockState value)
Set TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
void |
setTid(LockState value)
Set TAG Access operation for 'TID memory'.
|
void |
setUser(LockState value)
Set TAG Access action for 'EPC memory'.
|
byte[] |
toMask()
Returns an array for mask
|
java.lang.String |
toString()
Return the PermaLock6cParam information with format: [Kill Password], [Access Password], [EPC], [Bank], [TID], [User]
|
public PermaLock6cParam()
public PermaLock6cParam(LockState killPassword, LockState accessPassword, LockState epc, LockState tid, LockState user)
killPassword
- LockState enum indicating the Access operation for Kill Password area of
the Reserved Memory of the tag.accessPassword
- The LockState enumeration that indicates the Access operation for
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 LockState getKillPassword()
public void setKillPassword(LockState value)
value
- LockState enum indicating the Access operation for the 'Kill Password area
of the Reserved Memory' of the tag.public LockState getAccessPassword()
public void setAccessPassword(LockState value)
value
- The LockState enumeration that indicates the Access operation for the
'Access Memory area of the Reserved Memory' of the tag.public LockState getEpc()
public void setEpc(LockState value)
value
- A LockState enum indicating the Access behavior for the tag's 'EPC memory'.public LockState getTid()
public void setTid(LockState value)
value
- The LockState enumeration indicating the Access behavior for the tag's 'TID memory'.public LockState getUser()
public void setUser(LockState value)
value
- The LockState enumeration that indicates the Access behavior for the tag 'User Memory'.public java.lang.String toString()
toString
in class java.lang.Object
public byte[] toMask()