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

# readAttributeInt16u(completion:)

## Declaration

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

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