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

# readAttributeNetworks(completionHandler:)

## Declaration

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

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