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

# readAttributeTxBroadcastCount(completionHandler:)

## Declaration

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

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