---
title: "readAttributeNetworks(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusternetworkcommissioning/readattributenetworks(completion:)"
---

# readAttributeNetworks(completion:)

## Declaration

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

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