Class WifiAvailableNetwork
Describes an available Wifi network.
public class WifiAvailableNetwork
  - Inheritance
 - 
      
      WifiAvailableNetwork
 
- Inherited Members
 
- Extension Methods
 
Constructors
WifiAvailableNetwork()
public WifiAvailableNetwork()
  Properties
Bsid
Gets the MAC address of the access point.
public string Bsid { get; }
  Property Value
NetworkKind
Gets a value describing the kind of network being described.
public WifiNetworkKind NetworkKind { get; }
  Property Value
NetworkRssiInDecibelMilliwatts
Gets the signal strength of the network in Ddm
public double NetworkRssiInDecibelMilliwatts { get; }
  Property Value
SignalBars
Gets the strength of the signal as a number of bars.
public byte SignalBars { get; }
  Property Value
Ssid
Gets the SSID (name) of the network.
public string Ssid { get; }