LockParam¶
LockParam¶
Creates and initializes a LockParam object.
public LockParam(boolean killPassword, boolean accessPassword, boolean epc, boolean tid, boolean user);
Parameter Name |
In/Out |
Type |
Description |
killPassword |
In |
boolean |
true: Lock the kill password |
accessPassword |
In |
boolean |
true: Lock the access password |
epc |
In |
boolean |
true: Lock the EPC memory bank |
tid |
In |
boolean |
true: Lock the TID memory bank |
user |
In |
boolean |
true: Lock the User memory bank |
Sample Code:
LockParam lockParam = new LockParam(true, true, true, true, true);