---
title: "readAttributeInt8s(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertestcluster/readattributeint8s(completionhandler:)"
---

# readAttributeInt8s(completionHandler:)

## Declaration

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

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