---
title: "writeAttributeListOctetString(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertestcluster/writeattributelistoctetstring(withvalue:completionhandler:)"
---

# writeAttributeListOctetString(withValue:completionHandler:)

## Declaration

```swift
func writeAttributeListOctetString(withValue value: [Any], completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeListOctetString(withValue value: [Any]) async throws
```
