---
title: "readAttributeTargetsPerAccessControlEntry(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraccesscontrol/readattributetargetsperaccesscontrolentry(completion:)"
---

# readAttributeTargetsPerAccessControlEntry(completion:)

## Declaration

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

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