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