Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OpCode.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Networking.DNS.Enumerations
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
}
Waher.Networking.DNS.Enumerations
Definition:
CLASS.cs:6
Waher.Networking.DNS.Enumerations.OpCode
OpCode
DNS Operation Codes
Definition:
OpCode.cs:11
IoTGateway
Networking
Waher.Networking.DNS
Enumerations
OpCode.cs
Generated by
1.9.5