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

# modelName

The human-readable model name of the physical device as a person can understand it.

## Declaration

```swift
let modelName: String
```

## Discussion

Discussion The system receives this data from the device within an DNS-SD TXT record. The value set in the modelName property is the  value that follows the DNS-SD TXT record key: modelName= 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

- [vendorName](wifiaware/wapaireddevice/pairinginfo-swift.struct/vendorname.md)
- [pairingName](wifiaware/wapaireddevice/pairinginfo-swift.struct/pairingname.md)
