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

# readAttributeTxErrBusyChannelCount(completion:)

## Declaration

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

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