ScanResult.ChannelWidth320mhz Field

Definition

Caution

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

AP Channel bandwidth is 320 MHZ

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

Field Value

Value = 5

Implements

Attributes

Remarks

AP Channel bandwidth is 320 MHZ

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

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