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

# writeAttributeBitmap32(withValue:params:completion:)

## Declaration

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

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