Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CLASS.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public enum CLASS
11 {
15 IN = 1,
16
20 CS = 2,
21
25 CH = 3,
26
30 HS = 4
31 }
32}
CLASS
TYPE fields are used in resource records.
Definition: CLASS.cs:11