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

# readAttributeInt32u(completion:)

## Declaration

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

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