Class NetworkConnectionEventArgs
Arguments passed in a NetworkConnection event
Assembly: Meadow.Contracts.dll
View Source
public class NetworkConnectionEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Derived:
Meadow.Hardware.CellNetworkConnectionEventArgs, Meadow.Hardware.WirelessNetworkConnectionEventArgs
Properties
IpAddress
IP address of the device on the network.
View Source
public IPAddress IpAddress { get; }
Subnet
Subnet mask of the device.
View Source
public IPAddress Subnet { get; }
Gateway
Address of the gateway.
View Source
public IPAddress Gateway { get; }