android.net.wifi.p2p
Class WifiP2pInfo

java.lang.Object
  extended by android.net.wifi.p2p.WifiP2pInfo
All Implemented Interfaces:
Parcelable

public class WifiP2pInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<WifiP2pInfo> CREATOR
           
 boolean groupFormed
           
 InetAddress groupOwnerAddress
           
 boolean isGroupOwner
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
WifiP2pInfo()
           
WifiP2pInfo(WifiP2pInfo source)
           
 
Method Summary
 int describeContents()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

groupFormed

public boolean groupFormed

isGroupOwner

public boolean isGroupOwner

groupOwnerAddress

public InetAddress groupOwnerAddress

CREATOR

public static final Parcelable.Creator<WifiP2pInfo> CREATOR
Constructor Detail

WifiP2pInfo

public WifiP2pInfo()

WifiP2pInfo

public WifiP2pInfo(WifiP2pInfo source)
Method Detail

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.