Represents a DNS entry (Resource Record).
Definition dnsentry.h:29
QVector< quint8 > data() const
Returns the data associated with the entry.
Definition dnsentry.cpp:15
QString name() const
Returns the domain name.
Definition dnsentry.cpp:5
quint32 ttl() const
Returns the time-to-live value.
Definition dnsentry.cpp:11
quint16 dnsClass() const
Returns the class of the DNS entry.
Definition dnsentry.cpp:9
quint16 type() const
Returns the type of the DNS entry.
Definition dnsentry.cpp:7
quint16 dataLength() const
Returns the length of the data.
Definition dnsentry.cpp:13