---
title: "readAttributeTxAckRequestedCount(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthreadnetworkdiagnostics/readattributetxackrequestedcount(completion:)"
---

# readAttributeTxAckRequestedCount(completion:)

## Declaration

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

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