---
title: "readAttributeThreadNetworks(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthreadnetworkdirectory/readattributethreadnetworks(completion:)"
---

# readAttributeThreadNetworks(completion:)

## Declaration

```swift
func readAttributeThreadNetworks(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeThreadNetworks() async throws -> [Any]
```
