---
title: "mfgSpecificPing(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasic/mfgspecificping(with:completionhandler:)"
---

# mfgSpecificPing(with:completionHandler:)

## Declaration

```swift
func mfgSpecificPing(with params: MTRBasicClusterMfgSpecificPingParams?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func mfgSpecificPing(with params: MTRBasicClusterMfgSpecificPingParams?) async throws
```
