android.net.wifi.p2p
Class WifiP2pGroup

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

public class WifiP2pGroup
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<WifiP2pGroup> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
WifiP2pGroup()
           
WifiP2pGroup(WifiP2pGroup source)
           
 
Method Summary
 int describeContents()
           
 Collection<WifiP2pDevice> getClientList()
           
 String getInterface()
           
 String getNetworkName()
           
 WifiP2pDevice getOwner()
           
 String getPassphrase()
           
 boolean isGroupOwner()
           
 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

CREATOR

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

WifiP2pGroup

public WifiP2pGroup()

WifiP2pGroup

public WifiP2pGroup(WifiP2pGroup source)
Method Detail

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.