Table of Contents

Class WifiAvailableNetwork

Namespace
System.Device.Wifi
Assembly
System.Device.Wifi.dll

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

string

NetworkKind

Gets a value describing the kind of network being described.

public WifiNetworkKind NetworkKind { get; }

Property Value

WifiNetworkKind

NetworkRssiInDecibelMilliwatts

Gets the signal strength of the network in Ddm

public double NetworkRssiInDecibelMilliwatts { get; }

Property Value

double

SignalBars

Gets the strength of the signal as a number of bars.

public byte SignalBars { get; }

Property Value

byte

Ssid

Gets the SSID (name) of the network.

public string Ssid { get; }

Property Value

string