MiFareIos class final

Provides access to MiFare operations for iOS.

Acquire an instance using from(NfcTag).

Properties

hashCode int
The hash code for this object.
no setterinherited
historicalBytes Uint8List?
final
identifier Uint8List
final
mifareFamily MiFareFamilyIos
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
sendMiFareCommand({required Uint8List commandPacket}) Future<Uint8List>
sendMiFareIso7816Command({required int instructionClass, required int instructionCode, required int p1Parameter, required int p2Parameter, required Uint8List data, required int expectedResponseLength}) Future<Iso7816ResponseApduIos>
sendMiFareIso7816CommandRaw({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) MiFareIos?
Creates an instance of this class for the given tag.