NfcV class
ISO 15693. Android only; iOS exposes it as Iso15693 with typed commands instead.
Properties
- dsfId → int
-
The data storage format identifier, 0-255. Matches
Iso15693SystemInfo.dataStorageFormatIdentifier on iOS for the same tag.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxTransceiveLength → int
-
The value at discovery. Call
getMaxTransceiveLengthfor the live one.final - responseFlags → int
-
The response flags the tag answered the inventory with, 0-255.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMaxTransceiveLength(
) → Future< int> -
The largest payload
transceiveaccepts, in bytes.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transceive(
Uint8List data) → Future< Uint8List> -
Sends a raw command to the tag and returns its answer.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited