다음을 통해 공유


WifiP2pGroup.ClientList Property

Definition

Get the list of clients currently part of the p2p group

public virtual System.Collections.Generic.ICollection<Android.Net.Wifi.P2p.WifiP2pDevice>? ClientList { [Android.Runtime.Register("getClientList", "()Ljava/util/Collection;", "GetGetClientListHandler")] get; }
[<get: Android.Runtime.Register("getClientList", "()Ljava/util/Collection;", "GetGetClientListHandler")>]
member this.ClientList : System.Collections.Generic.ICollection<Android.Net.Wifi.P2p.WifiP2pDevice>

Property Value

Attributes

Remarks

Get the list of clients currently part of the p2p group

Java documentation for android.net.wifi.p2p.WifiP2pGroup.getClientList().

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