The QDnsDomainNameRecord class stores information about a domain name record. More...
Header: | #include <QDnsDomainNameRecord> |
CMake: | find_package(Qt6 COMPONENTS Network REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Network) |
qmake: | QT += network |
QDnsDomainNameRecord(const QDnsDomainNameRecord &other) | |
QDnsDomainNameRecord() | |
QDnsDomainNameRecord & | operator=(const QDnsDomainNameRecord &other) |
~QDnsDomainNameRecord() | |
QString | name() const |
void | swap(QDnsDomainNameRecord &other) |
quint32 | timeToLive() const |
QString | value() const |
When performing a name server lookup, zero or more records will be returned. Each record is represented by a QDnsDomainNameRecord instance.
See also QDnsLookup.
Constructs a copy of other.
Constructs an empty domain name record object.
Assigns the data of the other object to this record object, and returns a reference to it.
Destroys a domain name record.
Returns the name for this record.
Swaps this domain-name record instance with other. This function is very fast and never fails.
Returns the duration in seconds for which this record is valid.
Returns the value for this domain name record.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qdnsdomainnamerecord.html