maximumRetries property

int maximumRetries
final

How many times to resend before giving up. Zero sends the command once.

Apple documents the valid range as 0 to 256, on the configuration base class rather than on the commands themselves. Anything outside it throws PlatformException(code: 'invalidParameter') rather than reaching CoreNFC, which takes this as an unsigned count -- so a negative one would not arrive there small.

Implementation

final int maximumRetries;