Passwords for accessing/securing memory areas on tags that support this feature.
More...
Passwords for accessing/securing memory areas on tags that support this feature.
- NONE: No password.
- LOCK: Allows for modification of data in future if correct password provided.
- PERMA_LOCK: Prevents further modification of data.
- UNLOCK: Unlock block so that it can be overwritten.
- PERMA_UNLOCK: Cannot be locked.
◆ LOCK
int LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum.LOCK = 1 |
|
static |
◆ NONE
int LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum.NONE = 0 |
|
static |
◆ PERMA_LOCK
int LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum.PERMA_LOCK = 2 |
|
static |
◆ PERMA_UNLOCK
int LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum.PERMA_UNLOCK = 4 |
|
static |
◆ UNLOCK
int LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum.UNLOCK = 3 |
|
static |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/IRfid.py