Iso7816Ios class final

Provides access to ISO 7816 operations for iOS.

Acquire an instance using from(NfcTag).

Properties

applicationData Uint8List?
final
hashCode int
The hash code for this object.
no setterinherited
historicalBytes Uint8List?
final
identifier Uint8List
final
initialSelectedAID String
final
proprietaryApplicationDataCoding bool
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>
sendCommandRaw({required Uint8List data}) Future<Iso7816ResponseApduIos>
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.