FileDocCategorySizeDatePackage
WifiP2pDevice.javaAPI DocAndroid 5.1 API1490Sat Mar 14 14:09:42 GMT 2015android.net.wifi.p2p

WifiP2pDevice

public class WifiP2pDevice extends Object implements android.os.Parcelable

Fields Summary
public static final int
AVAILABLE
public static final int
CONNECTED
public static final android.os.Parcelable.Creator
CREATOR
public static final int
FAILED
public static final int
INVITED
public static final int
UNAVAILABLE
public String
deviceAddress
public String
deviceName
public String
primaryDeviceType
public String
secondaryDeviceType
public int
status
Constructors Summary
public WifiP2pDevice()

 throw new RuntimeException("Stub!"); 
public WifiP2pDevice(WifiP2pDevice source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public booleanisGroupOwner()

 throw new RuntimeException("Stub!"); 
public booleanisServiceDiscoveryCapable()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public booleanwpsDisplaySupported()

 throw new RuntimeException("Stub!"); 
public booleanwpsKeypadSupported()

 throw new RuntimeException("Stub!"); 
public booleanwpsPbcSupported()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");