---
title: vendorName
framework: wifiaware
role: symbol
role_heading: Instance Property
path: wifiaware/wapaireddevice/pairinginfo-swift.struct/vendorname
---

# vendorName

The human-readable name of the manufacturer or vendor of the physical device as a person would understand it.

## Declaration

```swift
let vendorName: String
```

## Discussion

Discussion The system receives this data from the device within an DNS-SD TXT record. The value set in the vendorName property is the  value that follows the DNS-SD TXT record key: vendorName= The system interprets the value as an <= 63-byte UTF-8 string and may truncate it if it’s longer than 63 bytes. Refer to RFC 6763 for more information on the over-the-air encoding.

## See Also

### Receiving device information

- [modelName](wifiaware/wapaireddevice/pairinginfo-swift.struct/modelname.md)
- [pairingName](wifiaware/wapaireddevice/pairinginfo-swift.struct/pairingname.md)
