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

# readAttributeTxNoAckRequestedCount(completion:)

## Declaration

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

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