android.net.wifi.p2p.nsd
Class WifiP2pServiceInfo

java.lang.Object
  extended by android.net.wifi.p2p.nsd.WifiP2pServiceInfo
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
WifiP2pDnsSdServiceInfo, WifiP2pUpnpServiceInfo

public class WifiP2pServiceInfo
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 int SERVICE_TYPE_ALL
           
static int SERVICE_TYPE_BONJOUR
           
static int SERVICE_TYPE_UPNP
           
static int SERVICE_TYPE_VENDOR_SPECIFIC
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 int hashCode()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_TYPE_ALL

public static final int SERVICE_TYPE_ALL
See Also:
Constant Field Values

SERVICE_TYPE_BONJOUR

public static final int SERVICE_TYPE_BONJOUR
See Also:
Constant Field Values

SERVICE_TYPE_UPNP

public static final int SERVICE_TYPE_UPNP
See Also:
Constant Field Values

SERVICE_TYPE_VENDOR_SPECIFIC

public static final int SERVICE_TYPE_VENDOR_SPECIFIC
See Also:
Constant Field Values
Method Detail

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.