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

# readAttributeMeshLocalPrefix(completion:)

## Declaration

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

```swift
func readAttributeMeshLocalPrefix() async throws -> Data
```
