Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OpCode.cs
2{
6 public enum OpCode
7 {
11 Query = 0,
12
16 InverseQuery = 1,
17
21 Status = 2,
22
26 Notify = 4,
27
31 Update = 5,
32
36 DnsStateful = 6
37 }
38}
OpCode
DNS Operation Codes
Definition: OpCode.cs:7