Add txt records to discovered services

This commit is contained in:
Jonathan Bagg
2017-03-15 20:32:28 -04:00
parent 9a6235509c
commit 195e740ceb
6 changed files with 46 additions and 7 deletions

View File

@@ -97,6 +97,12 @@ If you are browsing for services published using both ipv4 and ipv6 ( QAbstractS
Only one browser can be in use per instance of QzeroConf.
**Txt records** are placed into a QMap called txt within the discovered service. For example, the txt record value of "Qt=The Best!" can be retrieved with the code...
```c++
qDebug() << zcs->txt["Qt"]
```
### Build Dependencies
Qt5