---
title: "init(manufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:)"
framework: corenfc
role: symbol
role_heading: Initializer
path: "corenfc/nfciso15693customcommandconfiguration/init(manufacturercode:customcommandcode:requestparameters:maximumretries:retryinterval:)"
---

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

## Declaration

```swift
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.
