public class WifiP2pGroup extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<WifiP2pGroup> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WifiP2pGroup() |
WifiP2pGroup(WifiP2pGroup source) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Collection<WifiP2pDevice> |
getClientList() |
String |
getInterface() |
String |
getNetworkName() |
WifiP2pDevice |
getOwner() |
String |
getPassphrase() |
boolean |
isGroupOwner() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<WifiP2pGroup> CREATOR
public WifiP2pGroup()
public WifiP2pGroup(WifiP2pGroup source)
public String getNetworkName()
public boolean isGroupOwner()
public WifiP2pDevice getOwner()
public Collection<WifiP2pDevice> getClientList()
public String getPassphrase()
public String getInterface()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.