public class TagLockOp extends TagOp
Constructor and Description |
---|
TagLockOp() |
Modifier and Type | Method and Description |
---|---|
TagData |
getAccessPassword() |
TagLockState |
getAccessPasswordLockType() |
TagLockState |
getEpcLockType() |
TagLockState |
getKillPasswordLockType() |
short |
getLockCount() |
TagLockState |
getTidLockType() |
TagLockState |
getUserLockType() |
void |
setAccessPassword(TagData value) |
void |
setAccessPasswordLockType(TagLockState accessPasswordLockType) |
void |
setEpcLockType(TagLockState epcLockType) |
void |
setKillPasswordLockType(TagLockState killPasswordLockType) |
void |
setTidLockType(TagLockState tidLockType) |
void |
setUserLockType(TagLockState userLockType) |
public TagData getAccessPassword()
public void setAccessPassword(TagData value)
value
- Tag access password. Required only if an access password has been set
for the target memory bank.public TagLockState getKillPasswordLockType()
public void setKillPasswordLockType(TagLockState killPasswordLockType)
killPasswordLockType
- Lock operation to perform on the Kill Password.public TagLockState getAccessPasswordLockType()
public void setAccessPasswordLockType(TagLockState accessPasswordLockType)
accessPasswordLockType
- Lock operation to perform on the Access Password.public TagLockState getEpcLockType()
public void setEpcLockType(TagLockState epcLockType)
epcLockType
- Lock operation to perform on the EPC memory bankpublic TagLockState getTidLockType()
public void setTidLockType(TagLockState tidLockType)
tidLockType
- Lock operation to perform on the TID memory bankpublic TagLockState getUserLockType()
public void setUserLockType(TagLockState userLockType)
userLockType
- Lock operation to perform on the User memory bank.public short getLockCount()