Language

WifiPdRangingParams.Builder.SetChannelWidth(Int32) Method

Definition

Sets the channel width.

[Android.Runtime.Register("setChannelWidth", "(I)Landroid/ranging/wifi/pd/WifiPdRangingParams$Builder;", "", ApiSince=37)]
public Android.Ranging.Wifi.PD.WifiPdRangingParams.Builder SetChannelWidth(int channelWidth);
[<Android.Runtime.Register("setChannelWidth", "(I)Landroid/ranging/wifi/pd/WifiPdRangingParams$Builder;", "", ApiSince=37)>]
member this.SetChannelWidth : int -> Android.Ranging.Wifi.PD.WifiPdRangingParams.Builder

Parameters

channelWidth
Int32

The channel width. 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

Returns

The builder to facilitate chaining. This value cannot be null.

Attributes

Remarks

Sets the channel width.

Android reference for android.ranging.wifi.pd.WifiPdRangingParams.Builder.setChannelWidth.

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