다음을 통해 공유


WifiAwareNetworkInfo.ChannelInfoList Property

Definition

Get a list WifiAwareChannelInfo which is used by this Aware data-path

public System.Collections.Generic.IList<Android.Net.Wifi.Aware.WifiAwareChannelInfo> ChannelInfoList { [Android.Runtime.Register("getChannelInfoList", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getChannelInfoList", "()Ljava/util/List;", "", ApiSince=33)>]
member this.ChannelInfoList : System.Collections.Generic.IList<Android.Net.Wifi.Aware.WifiAwareChannelInfo>

Property Value

A list of WifiAwareChannelInfo

Attributes

Remarks

Get a list WifiAwareChannelInfo which is used by this Aware data-path

Java documentation for android.net.wifi.aware.WifiAwareNetworkInfo.getChannelInfoList().

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