IsoDep class

The class provides access to IsoDep API for Android.

Acquire IsoDep instance using IsoDep.from.

Constructors

IsoDep({required NfcTag tag, required Uint8List identifier, required Uint8List? hiLayerResponse, required Uint8List? historicalBytes, required bool isExtendedLengthApduSupported, required int maxTransceiveLength, required int timeout})
Constructs an instance with the given values for testing.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hiLayerResponse Uint8List?
The value from IsoDep#hiLayerResponse on Android.
final
historicalBytes Uint8List?
The value from IsoDep#historicalBytes on Android.
final
identifier Uint8List
The value from Tag#id on Android.
final
isExtendedLengthApduSupported bool
The value from IsoDep#isExtendedLengthApduSupported on Android.
final
maxTransceiveLength int
The value from IsoDep#maxTransceiveLength on Android.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
The value from IsoDep#timeout on Android.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transceive({required Uint8List data}) Future<Uint8List>
Sends the IsoDep command to the tag.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

from(NfcTag tag) IsoDep?
Get an instance of IsoDep for the given tag.