Iso7816IOS class final
The class providing access to ISO 7816 operations for iOS.
Acquire an instance using from(NfcTag).
Properties
- applicationData → Uint8List?
-
DOC:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- historicalBytes → Uint8List?
-
DOC:
final
- identifier → Uint8List
-
DOC:
final
- initialSelectedAID → String
-
DOC:
final
- proprietaryApplicationDataCoding → bool
-
DOC:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendCommand(
{required int instructionClass, required int instructionCode, required int p1Parameter, required int p2Parameter, required Uint8List data, required int expectedResponseLength}) → Future< Iso7816ResponseApduIOS> - DOC:
-
sendCommandRaw(
{required Uint8List data}) → Future< Iso7816ResponseApduIOS> - DOC:
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
NfcTag tag) → Iso7816IOS? - Creates an instance of this class for the given tag.