Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QCLASS.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public enum QCLASS
11 {
15 IN = 1,
16
20 CS = 2,
21
25 CH = 3,
26
30 HS = 4,
31
35 Wildcard = 255
36 }
37}
QCLASS
QCLASS fields appear in the question section of a query.
Definition: QCLASS.cs:11