Partager via


WifiManager.WifiMultiInternetModeDisabled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.

Wi-Fi simultaneous connection to multiple internet-providing Wi-Fi networks (APs) is disabled.

[Android.Runtime.Register("WIFI_MULTI_INTERNET_MODE_DISABLED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.", true)]
public const Android.Net.Wifi.MultiInternetMode WifiMultiInternetModeDisabled = 0;
[<Android.Runtime.Register("WIFI_MULTI_INTERNET_MODE_DISABLED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.", true)>]
val mutable WifiMultiInternetModeDisabled : Android.Net.Wifi.MultiInternetMode

Field Value

Value = 0
Attributes

Remarks

Wi-Fi simultaneous connection to multiple internet-providing Wi-Fi networks (APs) is disabled.

Java documentation for android.net.wifi.WifiManager.WIFI_MULTI_INTERNET_MODE_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to