Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QCLASS.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Networking.DNS.Enumerations
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
}
Waher.Networking.DNS.Enumerations
Definition:
CLASS.cs:6
Waher.Networking.DNS.Enumerations.QCLASS
QCLASS
QCLASS fields appear in the question section of a query.
Definition:
QCLASS.cs:11
IoTGateway
Networking
Waher.Networking.DNS
Enumerations
QCLASS.cs
Generated by
1.9.5