<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCTagCommandConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "c:objc(cs)NFCTagCommandConfiguration"
  },
  "title" : "NFCTagCommandConfiguration"
}
-->

# NFCTagCommandConfiguration

A set of parameters you use to define the configuration of an NFC tag command.

```
class NFCTagCommandConfiguration
```

## Topics

### Configuring a Tag Command

[`var maximumRetries: Int`](/documentation/CoreNFC/NFCTagCommandConfiguration/maximumRetries)

The maximum number of retries.

[`var retryInterval: TimeInterval`](/documentation/CoreNFC/NFCTagCommandConfiguration/retryInterval)

The time between retries, in seconds.

## Relationships

### Inherited By

[`NFCISO15693ReadMultipleBlocksConfiguration`](/documentation/CoreNFC/NFCISO15693ReadMultipleBlocksConfiguration)

[`NFCISO15693CustomCommandConfiguration`](/documentation/CoreNFC/NFCISO15693CustomCommandConfiguration)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)