---
title: "readAttributeVendorName(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasic/readattributevendorname(completionhandler:)"
---

# readAttributeVendorName(completionHandler:)

## Declaration

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

```swift
func readAttributeVendorName() async throws -> String
```
