Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NamespaceSet.cs
2{
6 public enum NamespaceSet
7 {
11 Unknown = -1,
12
16 XsfV0 = 0,
17
21 IeeeV1 = 1,
22
26 NeuroFoundationV1 = 2,
27
31 Current = NeuroFoundationV1
32 }
33}
NamespaceSet
Namespace versions
Definition: NamespaceSet.cs:7