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

# readAttributeTxBroadcastCount(completion:)

## Declaration

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

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