RfidLockBank enum

RFID lock bank
RFID锁定区域

Inheritance
Available extensions

Values

kill → const RfidLockBank

Kill password area of the Reserved memory bank
Reserved 的 kill 密码区域

const RfidLockBank(0x10)
access → const RfidLockBank

Access password area of the Reserved memory bank
Reserved 的 access 密码区域

const RfidLockBank(0x20)
epc → const RfidLockBank

EPC memory bank
EPC区域

const RfidLockBank(0x30)
tid → const RfidLockBank

TID memory bank
TID 区域

const RfidLockBank(0x40)
user → const RfidLockBank

USER memory bank
USER 区域

const RfidLockBank(0x50)

Properties

description String
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The numeric value of the memory bank
标签数据区域的数值
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) RfidLockBank?
Find memory bank by value
根据值查找标签数据区域

Constants

values → const List<RfidLockBank>
A constant List of the values in this enum, in order of their declaration.