<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCISO15693CustomCommandConfiguration/init(manufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "c:objc(cs)NFCISO15693CustomCommandConfiguration(im)initWithManufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:"
  },
  "title" : "init(manufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:)"
}
-->

# init(manufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:)

```
init(manufacturerCode: Int, customCommandCode: Int, requestParameters: Data?, maximumRetries: Int, retryInterval: TimeInterval)
```

## Parameters

`manufacturerCode`

8 bits manufacturer code.

`customCommandCode`

8 bits custom command code.  Valid range is 0xA0 to 0xDF.

`requestParameters`

Optional custom request parameters.

`maximumRetries`

Maximum number of retry attempt when tag response is not received.

`retryInterval`

Time interval wait between each retry attempt.

## Discussion

---

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)