Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QTYPE.cs
2{
6 public enum QTYPE
7 {
11 A = 1,
12
16 NS = 2,
17
21 MD = 3,
22
26 MF = 4,
27
31 CNAME = 5,
32
36 SOA = 6,
37
41 MB = 7,
42
46 MG = 8,
47
51 MR = 9,
52
56 NULL = 10,
57
61 WKS = 11,
62
66 PTR = 12,
67
71 HINFO = 13,
72
76 MINFO = 14,
77
81 MX = 15,
82
86 TXT = 16,
87
91 AAAA = 28,
92
96 SRV = 33,
97
101 AXFR = 252,
102
106 MAILB = 253,
107
111 MAILA = 254,
112
116 Wildcard = 255
117 }
118}
QTYPE
QTYPE fields appear in the question part of a query.
Definition: QTYPE.cs:7