Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OpCode.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public enum OpCode
11 {
15 Query = 0,
16
20 InverseQuery = 1,
21
25 Status = 2,
26
30 Notify = 4,
31
35 Update = 5,
36
40 DnsStateful = 6
41 }
42}
OpCode
DNS Operation Codes
Definition: OpCode.cs:11