MifareUltralightAndroid class final
Provides access to MIFARE Ultralight operations for Android.
Acquire an instance using from(NfcTag).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → NfcTagAndroid
-
The tag instance backing of this instance.
final
- type → MifareUltralightTypeAndroid
-
final
Methods
-
getMaxTransceiveLength(
) → Future< int> -
getTimeout(
) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readPages(
{required int pageOffset}) → Future< Uint8List> -
setTimeout(
int timeout) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
transceive(
Uint8List bytes) → Future< Uint8List> -
writePage(
{required int pageOffset, required Uint8List data}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
NfcTag tag) → MifareUltralightAndroid? - Creates an instance of this class for the given tag.