ScanResult.WifiStandard11n Field

Definition

Caution

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

Wi-Fi 802.

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

Field Value

Value = 4

Implements

Attributes

Remarks

Wi-Fi 802.11n

Java documentation for android.net.wifi.ScanResult.WIFI_STANDARD_11N.

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