Skip to main content

Class WirelessNetworkConnectionEventArgs

Data relating to a WiFi connection.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class WirelessNetworkConnectionEventArgs : NetworkConnectionEventArgs

Inheritance: System.Object -> System.EventArgs -> Meadow.Hardware.NetworkConnectionEventArgs

Properties

Ssid

SSID of the network the device is connected to.

View Source
Declaration
public string Ssid { get; }

Bssid

BSSID (MAC) of the network the device is connected to.

View Source
Declaration
public PhysicalAddress Bssid { get; }

Channel

WiFi channel the device is currently using.

View Source
Declaration
public byte Channel { get; }

AuthenticationType

Authentication type used to connect to the network.

View Source
Declaration
public NetworkAuthenticationType AuthenticationType { get; }

When

Date and time the event was generated.

View Source
Declaration
public DateTime When { get; }