---
title: "readAttributeBeaconLostCount(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterwifinetworkdiagnostics/readattributebeaconlostcount(completionhandler:)"
---

# readAttributeBeaconLostCount(completionHandler:)

## Declaration

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

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