Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DeviceLocationEventArgs.cs
1
using
System.Net;
2
3
namespace
Waher.Networking.UPnP
4
{
8
public
class
DeviceLocationEventArgs
9
{
10
private
readonly
DeviceLocation
location;
11
private
readonly IPEndPoint localEndPoint;
12
private
readonly IPEndPoint remoteEndPoint;
13
14
internal
DeviceLocationEventArgs
(
DeviceLocation
Location
, IPEndPoint
LocalEndPoint
, IPEndPoint
RemoteEndPoint
)
15
{
16
this.location =
Location
;
17
this.localEndPoint =
LocalEndPoint
;
18
this.remoteEndPoint =
RemoteEndPoint
;
19
}
20
24
public
DeviceLocation
Location
=> this.location;
25
29
public
IPEndPoint
LocalEndPoint
=> this.localEndPoint;
30
34
public
IPEndPoint
RemoteEndPoint
=> this.remoteEndPoint;
35
36
}
37
}
Waher.Networking.UPnP.DeviceLocationEventArgs
Event arguments for completion events when downloading device description documents.
Definition:
DeviceLocationEventArgs.cs:9
Waher.Networking.UPnP.DeviceLocationEventArgs.LocalEndPoint
IPEndPoint LocalEndPoint
Local End Point
Definition:
DeviceLocationEventArgs.cs:29
Waher.Networking.UPnP.DeviceLocationEventArgs.RemoteEndPoint
IPEndPoint RemoteEndPoint
Remote End Point
Definition:
DeviceLocationEventArgs.cs:34
Waher.Networking.UPnP.DeviceLocationEventArgs.Location
DeviceLocation Location
Device Location information.
Definition:
DeviceLocationEventArgs.cs:24
Waher.Networking.UPnP.DeviceLocation
Contains information about the location of a device on the network.
Definition:
DeviceLocation.cs:11
Waher.Networking.UPnP
Definition:
DeviceDescriptionDocument.cs:7
IoTGateway
Networking
Waher.Networking.UPnP
DeviceLocationEventArgs.cs
Generated by
1.9.5