table of contents
dnsjit.core.object.dns.q(3) | Library Functions Manual | dnsjit.core.object.dns.q(3) |
NAME¶
dnsjit.core.object.dns.q - Container of a DNS question
DESCRIPTION¶
The object that describes a DNS question.
Attributes¶
- have_type
- Set if there is a type.
- have_class
- Set if there is a class.
- type
- The type.
- class
- The class.
- labels
- The number of labels found in the question.
Functions¶
- Q.new(size)
- Create a new question.
SEE ALSO¶
AUTHORS and CONTRIBUTORS¶
Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)
Maintained by DNS-OARC
BUGS¶
For issues and feature requests please use:
For question and help please use:
admin@dns-oarc.net
1.4.0 | dnsjit |