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.

[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

Applies to