android.net.wifi.p2p.nsd
Class WifiP2pServiceRequest

java.lang.Object
  extended by android.net.wifi.p2p.nsd.WifiP2pServiceRequest
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
WifiP2pDnsSdServiceRequest, WifiP2pUpnpServiceRequest

public class WifiP2pServiceRequest
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 int hashCode()
           
static WifiP2pServiceRequest newInstance(int protocolType)
           
static WifiP2pServiceRequest newInstance(int protocolType, String queryData)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static WifiP2pServiceRequest newInstance(int protocolType,
                                                String queryData)

newInstance

public static WifiP2pServiceRequest newInstance(int protocolType)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode 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.