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
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.