---
title: "writeAttributeDescription(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbinaryinputbasic/writeattributedescription(withvalue:completionhandler:)"
---

# writeAttributeDescription(withValue:completionHandler:)

## Declaration

```swift
func writeAttributeDescription(withValue value: String, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeDescription(withValue value: String) async throws
```
