android.net.wifi.p2p
Class WifiP2pGroup
java.lang.Object
android.net.wifi.p2p.WifiP2pGroup
- All Implemented Interfaces:
- Parcelable
public class WifiP2pGroup
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<WifiP2pGroup> CREATOR
WifiP2pGroup
public WifiP2pGroup()
WifiP2pGroup
public WifiP2pGroup(WifiP2pGroup source)
getNetworkName
public String getNetworkName()
isGroupOwner
public boolean isGroupOwner()
getOwner
public WifiP2pDevice getOwner()
getClientList
public Collection<WifiP2pDevice> getClientList()
getPassphrase
public String getPassphrase()
getInterface
public String getInterface()
toString
public String toString()
- Overrides:
toString
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.