Instruction enum
- Inheritance
- Available extensions
Values
- getData → const Instruction
- getVersion → const Instruction
- setPinRetries → const Instruction
- verify → const Instruction
- terminate → const Instruction
- activate → const Instruction
- generateAsym → const Instruction
- putData → const Instruction
- putDataOdd → const Instruction
- getAttestation → const Instruction
- sendRemaining → const Instruction
- selectData → const Instruction
- performSecurityOperation → const Instruction
Properties
- 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
-
Available on Instruction, provided by the InstructionValue extension
no setter
Methods
-
apdu(
int cla, int p1, int p2, List< int> data) → Uint8List -
Available on Instruction, provided by the InstructionValue extension
-
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
Constants
-
values
→ const List<
Instruction> - A constant List of the values in this enum, in order of their declaration.