---
title: "writeAttributeNullableInt32u(withValue:params:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterunittesting/writeattributenullableint32u(withvalue:params:completion:)"
---

# writeAttributeNullableInt32u(withValue:params:completion:)

## Declaration

```swift
func writeAttributeNullableInt32u(withValue value: NSNumber?, params: MTRWriteParams?, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeNullableInt32u(withValue value: NSNumber?, params: MTRWriteParams?) async throws
```
