QDnsHostAddressRecord

PyQt5.QtNetwork.QDnsHostAddressRecord

Description

The QDnsHostAddressRecord class stores information about a host address record.

When performing an address lookup, zero or more records will be returned. Each record is represented by a QDnsHostAddressRecord instance.

See also

QDnsLookup.

Methods

__init__()

Constructs an empty host address record object.


__init__(QDnsHostAddressRecord)

Constructs a copy of other.


name() → str

TODO


swap(QDnsHostAddressRecord)

TODO


timeToLive() → int

Returns the duration in seconds for which this record is valid.


value() → QHostAddress

Returns the value for this host address record.