Language

WifiPdRangingParams.ChannelWidth Property

Definition

Gets the channel width.

public int ChannelWidth { [Android.Runtime.Register("getChannelWidth", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getChannelWidth", "()I", "", ApiSince=37)>]
member this.ChannelWidth : int

Property Value

Value is one of the following: ScanResult.CHANNEL_WIDTH_20MHZ; ScanResult.CHANNEL_WIDTH_40MHZ; ScanResult.CHANNEL_WIDTH_80MHZ; ScanResult.CHANNEL_WIDTH_160MHZ; ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ; ScanResult.CHANNEL_WIDTH_320MHZ

Attributes

Remarks

Gets the channel width.

Android reference for android.ranging.wifi.pd.WifiPdRangingParams.getChannelWidth.

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