Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PurposeUse.cs
2{
6 public enum PurposeUse
7 {
11 Personal = 0,
12
16 Work = 1,
17
21 Educational = 2,
22
26 Experimental = 3
27 }
28}
PurposeUse
For what purpose the app will be used
Definition: PurposeUse.cs:7