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 對象到此記錄對象,並返迴它的引用。