---
title: "readAttributeInt8u(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterunittesting/readattributeint8u(completion:)"
---

# readAttributeInt8u(completion:)

## Declaration

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

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