---
title: "readAttributeNOCs(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteroperationalcredentials/readattributenocs(with:completionhandler:)"
---

# readAttributeNOCs(with:completionHandler:)

## Declaration

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

```swift
func readAttributeNOCs(with params: MTRReadParams?) async throws -> [Any]
```
