Language

WifiP2pConnectionInfo.ChannelWidth Property

Definition

Gets the channel width of the current P2P connection.

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

The channel width, as defined by the CHANNEL_WIDTH_* constants in android.net.wifi.ScanResult.

Attributes

Remarks

Gets the channel width of the current P2P connection.

Android reference for android.net.wifi.p2p.WifiP2pConnectionInfo.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