---
title: "readAttributeCurrentMaxRate(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterwifinetworkdiagnostics/readattributecurrentmaxrate(completion:)"
---

# readAttributeCurrentMaxRate(completion:)

## Declaration

```swift
func readAttributeCurrentMaxRate(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeCurrentMaxRate() async throws -> NSNumber
```
