Package com.zebra.rfid.api3
Class LOCK_DATA_FIELD
java.lang.Object
com.zebra.rfid.api3.LOCK_DATA_FIELD
Lock-data field Parameter for Lock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LOCK_DATA_FIELDLock the data field: Access Passwordstatic final LOCK_DATA_FIELDLock the data field: EPC Memorystatic final LOCK_DATA_FIELDLock the data field: Kill Passwordstatic final LOCK_DATA_FIELDLock the data field: TID Memorystatic final LOCK_DATA_FIELDLock the data field: User Memoryfinal int -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(int val) static LOCK_DATA_FIELDGetLockDataFieldName(String lockDataField) intgetValue()toString()
-
Field Details
-
LOCK_KILL_PASSWORD
Lock the data field: Kill Password -
LOCK_ACCESS_PASSWORD
Lock the data field: Access Password -
LOCK_EPC_MEMORY
Lock the data field: EPC Memory -
LOCK_TID_MEMORY
Lock the data field: TID Memory -
LOCK_USER_MEMORY
Lock the data field: User Memory -
ordinal
public final int ordinal
-
-
Method Details