RFIDCertificateType enum

Inheritance

Constructors

RFIDCertificateType(int value)
const

Values

UNDEFINED → const RFIDCertificateType
const RFIDCertificateType(0)
CSCA → const RFIDCertificateType
const RFIDCertificateType(1)
const RFIDCertificateType(2)
DS → const RFIDCertificateType
const RFIDCertificateType(3)
MLS → const RFIDCertificateType
const RFIDCertificateType(4)
DEV_LS → const RFIDCertificateType
const RFIDCertificateType(5)
DEF_LS → const RFIDCertificateType
const RFIDCertificateType(6)
BLS → const RFIDCertificateType
const RFIDCertificateType(7)
LDS2 → const RFIDCertificateType
const RFIDCertificateType(8)
BCS → const RFIDCertificateType
const RFIDCertificateType(9)
BCSNC → const RFIDCertificateType
const RFIDCertificateType(10)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
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

getByValue(int? i) RFIDCertificateType?

Constants

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