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 getMaxTransceiveLength for 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 transceive accepts, 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

Static Methods

from(NfcTag tag) NfcV?
Returns an instance for tag, or null when the tag does not answer to NfcV.