QDnsTextRecord露
- PyQt5.QtNetwork.QDnsTextRecord
Description露
The QDnsTextRecord class stores information about a DNS TXT record.
When performing a text lookup, zero or more records will be returned. Each record is represented by a QDnsTextRecord instance.
The meaning of the fields is defined in RFC 1035.
See also
Methods露
- __init__()
Constructs an empty text record object.
- __init__(QDnsTextRecord)
Constructs a copy of other.
- name() → str
TODO
- swap(QDnsTextRecord)
TODO
- timeToLive() → int
Returns the duration in seconds for which this record is valid.
- values() → List[QByteArray]
Returns the values for this text record.