RFIDPasswordType enum
Constructors
- RFIDPasswordType(int value)
-
const
Values
- UNDEFINED → const RFIDPasswordType
-
Unknown type.
RFIDPasswordType(0)
- MRZ → const RFIDPasswordType
-
MRZ.
RFIDPasswordType(1)
- CAN → const RFIDPasswordType
-
CAN.
RFIDPasswordType(2)
- PIN → const RFIDPasswordType
-
PIN.
RFIDPasswordType(3)
- PUK → const RFIDPasswordType
-
PUK.
RFIDPasswordType(4)
- PIN_ESIGN → const RFIDPasswordType
-
eSign-PIN.
RFIDPasswordType(5)
- SAI → const RFIDPasswordType
-
Scanning Area Identifier (for eDL application).
RFIDPasswordType(6)
Properties
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) → RFIDPasswordType?
Constants
-
values
→ const List<
RFIDPasswordType> -
A constant List of the values in this enum, in order of their declaration.
[UNDEFINED, MRZ, CAN, PIN, PUK, PIN_ESIGN, SAI]