UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum类 参考

用于访问/保护支持此功能的标签上的存储区域的密码。 更多...

类 LabelMaker.Interfaces.IRfid.RfidPasswordTypeEnum 继承关系图:

静态 Public 属性

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

详细描述

用于访问/保护支持此功能的标签上的存储区域的密码。

  • NONE:无密码。
  • LOCK:如果提供正确的密码,允许将来修改数据。
  • PERMA_LOCK:防止进一步修改数据。
  • UNLOCK:解锁块,以便可以覆盖它。
  • PERMA_UNLOCK:不能被锁定。

类成员变量说明

◆ 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

该类的文档由以下文件生成: