QDnsHostAddressRecord¶
The QDnsHostAddressRecord
class stores information about a host address record. More…
Synopsis¶
Functions¶
def
name
()def
swap
(other)def
timeToLive
()def
value
()
Detailed Description¶
When performing an address lookup, zero or more records will be returned. Each record is represented by a QDnsHostAddressRecord
instance.
See also
- class PySide6.QtNetwork.QDnsHostAddressRecord¶
PySide6.QtNetwork.QDnsHostAddressRecord(other)
- Parameters
Constructs an empty host address record object.
Constructs a copy of other
.
- PySide6.QtNetwork.QDnsHostAddressRecord.name()¶
- Return type
str
Returns the name for this record.
- PySide6.QtNetwork.QDnsHostAddressRecord.swap(other)¶
- Parameters
Swaps this host address record instance with other
. This function is very fast and never fails.
- PySide6.QtNetwork.QDnsHostAddressRecord.timeToLive()¶
- Return type
int
Returns the duration in seconds for which this record is valid.
- PySide6.QtNetwork.QDnsHostAddressRecord.value()¶
- Return type
Returns the value for this host address record.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.