Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DiscoveryService.cs
2{
6 public enum DiscoveryService
7 {
11 NCAPAnnouncement = 1,
12
16 NCAPDeparture = 2,
17
21 NCAPAbandonment = 3,
22
26 NCAPTIMAnnouncement = 4,
27
31 NCAPTIMDeparture = 5,
32
36 NCAPTIMTransducerAnnouncement = 6,
37
41 NCAPTIMTransducerDeparture = 7,
42
46 NCAPDiscovery = 8,
47
51 NCAPTIMDiscovery = 9,
52
56 NCAPTIMTransducerDiscovery = 10
57 }
58}