Android.Net.Wifi.WifiInfo Members

The members of Android.Net.Wifi.WifiInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
FrequencyUnitsstring. Frequency in MHz
const
LinkSpeedUnitsstring. Link speed in Mbps

Public Properties

[read-only]
BSSIDstring. Return the basic service set identifier (BSSID) of the current access point.
[read-only]
Frequencyint. Returns the current frequency in WifiInfo.FrequencyUnits.
[read-only]
HiddenSSIDbool.
[read-only]
IpAddressint.
[read-only]
LinkSpeedint. Returns the current link speed in WifiInfo.LinkSpeedUnits.
[read-only]
MacAddressstring.
[read-only]
NetworkIdint. Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant.
[read-only]
Rssiint. Returns the received signal strength indicator of the current 802.11 network, in dBm.
[read-only]
SSIDstring. Returns the service set identifier (SSID) of the current 802.11 network.
[read-only]
SupplicantStateSupplicantState. Return the detailed state of the supplicant's negotiation with an access point, in the form of a Android.Net.Wifi.SupplicantState object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Documentation for this section has not yet been entered.
static
GetDetailedStateOf(SupplicantState) : Android.Net.NetworkInfo.DetailedState
Map a supplicant state into a fine-grained network connectivity state.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Documentation for this section has not yet been entered.