---
title: NFCTagCommandConfiguration
framework: corenfc
role: symbol
role_heading: Class
path: corenfc/nfctagcommandconfiguration
---

# NFCTagCommandConfiguration

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

## Declaration

```swift
class NFCTagCommandConfiguration
```

## Topics

### Configuring a Tag Command

- [maximumRetries](corenfc/nfctagcommandconfiguration/maximumretries.md)
- [retryInterval](corenfc/nfctagcommandconfiguration/retryinterval.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [NFCISO15693CustomCommandConfiguration](corenfc/nfciso15693customcommandconfiguration.md)
- [NFCISO15693ReadMultipleBlocksConfiguration](corenfc/nfciso15693readmultipleblocksconfiguration.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Tag types

- [Creating NFC Tags from Your iPhone](corenfc/creating-nfc-tags-from-your-iphone.md)
- [NFCISO7816Tag](corenfc/nfciso7816tag.md)
- [NFCISO15693Tag](corenfc/nfciso15693tag.md)
- [NFCFeliCaTag](corenfc/nfcfelicatag.md)
- [NFCMiFareTag](corenfc/nfcmifaretag.md)
- [NFCNDEFTag](corenfc/nfcndeftag.md)
- [NFCTag](corenfc/nfctag-swift.enum.md)
