StatusWordUnrecognised class final

A status word that fits none of the shapes ISO 7816-4 defines.

Cards do this: Mifare DESFire answers 91xx in its native wrapped mode, and plenty of proprietary applets invent their own. value is kept exactly as it arrived so a caller that knows the dialect can read it, and nothing here throws on a status word this release has never seen.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
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