Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AAAA.cs
1using System;
2using System.Collections.Generic;
3using System.IO;
5
7{
12 {
16 public AAAA()
17 : base()
18 {
19 }
20
29 public AAAA(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data)
30 : base(Name, Type, Class, Ttl, Data)
31 {
32 }
33
37 protected override int AddressSize => 16;
38 }
39}
AAAA(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data)
IPv6 Address
Definition: AAAA.cs:29
override int AddressSize
IP Address size.
Definition: AAAA.cs:37
Abstract base class for Resource Address Records.
CLASS
TYPE fields are used in resource records.
Definition: CLASS.cs:11
TYPE
TYPE fields are used in resource records.
Definition: TYPE.cs:11