StatusWordWarning class final
62xx and 63xx. The command ran, with something the caller should know about.
A warning is not a failure and the response may well carry a payload; treating everything
that is not 9000 as an error throws away data the card successfully returned.
- Inheritance
-
- Object
- StatusWord
- StatusWordWarning
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNonVolatileMemoryChanged → bool
-
Whether the card's non-volatile memory changed,
63xx, rather than being left as it was,62xx.no setter - retryCounter → int?
-
The attempts still left before the card locks, when it answered
63Cxto a failed verification. Null for every other warning.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusWord1 → int
-
SW1.
finalinherited
- statusWord2 → int
-
SW2.
finalinherited
- value → int
-
SW1 and SW2 as one 16-bit value, which is how card specifications write them.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited