Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DiscoveryDataIpEntity.cs
2{
6 public enum AddressType
7 {
11 Ipv4 = 1,
12
16 Ipv6 = 2
17 }
18
23 {
33 : base(Channel, Name)
34 {
35 this.AddressType = AddressType;
36 this.Address = Address;
37 }
38
42 public AddressType AddressType { get; }
43
47 public byte[] Address { get; }
48 }
49}
DiscoveryDataIpEntity(ChannelAddress Channel, string Name, AddressType AddressType, byte[] Address)
Discovery data about a single NCAP.