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