UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum Class Reference

Passwords for accessing/securing memory areas on tags that support this feature. More...

Inheritance diagram for LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum:

Static Public Attributes

int NONE = 0
 
int LOCK = 1
 
int PERMA_LOCK = 2
 
int UNLOCK = 3
 
int PERMA_UNLOCK = 4
 

Detailed Description

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.

Member Data Documentation

◆ 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: