NfcFAndroid class final

Provides access to NFC-F (JIS 6319-4) operations for Android.

Acquire an instance using from(NfcTag).

Properties

hashCode → int
The hash code for this object.
no setterinherited
manufacturer → Uint8List
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
systemCode → Uint8List
final
tag → NfcTagAndroid
The tag instance backing of this instance.
final

Methods

getMaxTransceiveLength() → Future<int>
getTimeout() → Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTimeout(int timeout) → Future<void>
toString() → String
A string representation of this object.
inherited
transceive(Uint8List bytes) → Future<Uint8List>

Operators

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

Static Methods

from(NfcTag tag) → NfcFAndroid?
Creates an instance of this class for the given tag.