Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QCLASS.cs
2{
6 public enum QCLASS
7 {
11 IN = 1,
12
16 CS = 2,
17
21 CH = 3,
22
26 HS = 4,
27
31 Wildcard = 255
32 }
33}
QCLASS
QCLASS fields appear in the question section of a query.
Definition: QCLASS.cs:7