---
title: "mfgSpecificPing(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclusterbasic/mfgspecificping(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# mfgSpecificPing(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func mfgSpecificPing(with params: MTRBasicClusterMfgSpecificPingParams?, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func mfgSpecificPing(with params: MTRBasicClusterMfgSpecificPingParams?, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws
```
