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

# readAttributeInt32s(completion:)

## Declaration

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

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