A Sandcastle Documented Class Library
![]() | LockAction Enumeration |
Lock action to perform. Actions for multiple targets (i.e. password or bank) may be combined by or'ing.
The cast (int) value is the lock payload and usage bits per figure 6.24 of the Gen 2 air interface spec.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)


Member name | Value | Description | |
---|---|---|---|
UNLOCK_USER_BANK | 2048 | ||
LOCK_USER_BANK | 2050 | ||
PERMAUNLOCK_USER_BANK | 3073 | ||
PERMALOCK_USER_BANK | 3075 | ||
UNLOCK_TID_BANK | 8192 | ||
LOCK_TID_BANK | 8200 | ||
PERMAUNLOCK_TID_BANK | 12292 | ||
PERMALOCK_TID_BANK | 12300 | ||
UNLOCK_EPC_BANK | 32768 | ||
LOCK_EPC_BANK | 32800 | ||
PERMAUNLOCK_EPC_BANK | 49168 | ||
PERMALOCK_EPC_BANK | 49200 | ||
UNLOCK_ACCESS_PWD | 131072 | ||
LOCK_ACCESS_PWD | 131200 | ||
PERMAUNLOCK_ACCESS_PWD | 196672 | ||
PERMALOCK_ACCESS_PWD | 196800 | ||
UNLOCK_KILL_PWD | 524288 | ||
LOCK_KILL_PWD | 524800 | ||
PERMAUNLOCK_KILL_PWD | 786688 | ||
PERMALOCK_Kill_PWD | 787200 |
