Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DiscoveryDataIpEntity.cs
1
namespace
Waher.Things.Ieee1451.Ieee1451_0.Messages
2
{
6
public
enum
AddressType
7
{
11
Ipv4 = 1,
12
16
Ipv6 = 2
17
}
18
22
public
class
DiscoveryDataIpEntity
:
DiscoveryDataEntity
23
{
31
public
DiscoveryDataIpEntity
(
ChannelAddress
Channel
,
string
Name
,
32
AddressType
AddressType
,
byte
[]
Address
)
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
}
Waher.Things.Ieee1451.Ieee1451_0.Messages.ChannelAddress
IEEE 1451.0 addresses
Definition:
ChannelAddress.cs:11
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataEntity
Discovery data about a single entity.
Definition:
DiscoveryDataEntity.cs:7
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataEntity.Name
string Name
Entity Name
Definition:
DiscoveryDataEntity.cs:22
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryData.Channel
ChannelAddress Channel
Channel information.
Definition:
DiscoveryData.cs:20
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataIpEntity
Discovery data about a single NCAP.
Definition:
DiscoveryDataIpEntity.cs:23
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataIpEntity.AddressType
AddressType AddressType
NCAP Address Type
Definition:
DiscoveryDataIpEntity.cs:42
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataIpEntity.Address
byte[] Address
NCAP Address
Definition:
DiscoveryDataIpEntity.cs:47
Waher.Things.Ieee1451.Ieee1451_0.Messages.DiscoveryDataIpEntity.DiscoveryDataIpEntity
DiscoveryDataIpEntity(ChannelAddress Channel, string Name, AddressType AddressType, byte[] Address)
Discovery data about a single NCAP.
Definition:
DiscoveryDataIpEntity.cs:31
Waher.Things.Ieee1451.Ieee1451_0.Messages
Definition:
Binary.cs:15
Waher.Things.Ieee1451.Ieee1451_0.Messages.AddressType
AddressType
NCAP address type.
Definition:
DiscoveryDataIpEntity.cs:7
IoTGateway
Things
Waher.Things.Ieee1451
Ieee1451_0
Messages
DiscoveryDataIpEntity.cs
Generated by
1.9.5