public class WifiP2pInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<WifiP2pInfo> |
CREATOR |
boolean |
groupFormed |
InetAddress |
groupOwnerAddress |
boolean |
isGroupOwner |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WifiP2pInfo() |
WifiP2pInfo(WifiP2pInfo source) |
public boolean groupFormed
public boolean isGroupOwner
public InetAddress groupOwnerAddress
public static final Parcelable.Creator<WifiP2pInfo> CREATOR
public WifiP2pInfo()
public WifiP2pInfo(WifiP2pInfo source)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.