The QDnsTextRecord class stores information about a DNS TXT record. 更多...
| 头: | #include <QDnsTextRecord> |
| qmake: | QT += network |
| QDnsTextRecord () | |
| QDnsTextRecord (const QDnsTextRecord & other ) | |
| ~QDnsTextRecord () | |
| QString | name () const |
| void | swap (QDnsTextRecord & other ) |
| quint32 | timeToLive () const |
| QList<QByteArray> | values () const |
| QDnsTextRecord & | operator= (QDnsTextRecord && other ) |
| QDnsTextRecord & | operator= (const QDnsTextRecord & other ) |
The QDnsTextRecord class stores information about a DNS TXT record.
When performing a text lookup, zero or more records will be returned. Each record is represented by a QDnsTextRecord 实例。
字段含义的定义在 RFC 1035 .
另请参阅 QDnsLookup .
构造空的文本记录对象。
构造副本为 other .
销毁文本记录。
返回此文本记录的名称。
交换此文本记录实例与 other 。此函数非常快且从不失败。
返回此记录有效的持续时间 (以秒为单位)。
返回此文本记录的值。
移动赋值运算符。
赋值数据源于 other 对象到此记录对象,并返回它的引用。