Class WirelessNetworkConnectionEventArgs
Data relating to a WiFi connection.
Assembly: Meadow.Contracts.dll
View Source
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
public string Ssid { get; }
Bssid
BSSID (MAC) of the network the device is connected to.
View Source
public PhysicalAddress Bssid { get; }
Channel
WiFi channel the device is currently using.
View Source
public byte Channel { get; }
AuthenticationType
Authentication type used to connect to the network.
View Source
public NetworkAuthenticationType AuthenticationType { get; }
When
Date and time the event was generated.
View Source
public DateTime When { get; }