Iso15693CommandConfiguration class

How stubbornly CoreNFC should chase a command the tag did not answer.

Only Iso15693.readMultipleBlocksWithConfiguration and Iso15693.customCommandWithConfiguration accept one; there is no general form. It buys retries that stay inside the reader session, where the alternative -- retrying from Dart -- pays a platform round trip per attempt, and a tag held against a phone by hand is often gone before the second one lands.

Constructors

Iso15693CommandConfiguration({required int maximumRetries, Duration retryInterval = Duration.zero})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumRetries int
How many times to resend before giving up. Zero sends the command once.
final
retryInterval Duration
How long to wait between attempts. Fractions of a second survive the trip: CoreNFC counts this in seconds and takes them as a double.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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