---
title: "simpleStructEchoRequest(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustertestcluster/simplestructechorequest(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

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

## Declaration

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

```swift
func simpleStructEchoRequest(with params: MTRTestClusterClusterSimpleStructEchoRequestParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws -> MTRTestClusterClusterSimpleStructResponseParams
```
