WifiP2pConnectionInfo.ChannelWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.