Iso7816ResponseApdu class
The two status bytes an ISO 7816 card answers with, plus its payload.
Constructors
- Iso7816ResponseApdu({required Uint8List payload, required int statusWord1, required int statusWord2})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
Whether the card reported plain success,
9000.no setter - payload → Uint8List
-
The response body, without the status bytes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusWord → int
-
SW1 and SW2 as one 16-bit value, which is how card specifications write them.
no setter
- statusWord1 → int
-
SW1.
final
- statusWord2 → int
-
SW2.
final
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