public class WifiP2pDevice extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE |
static int |
CONNECTED |
static Parcelable.Creator<WifiP2pDevice> |
CREATOR |
String |
deviceAddress |
String |
deviceName |
static int |
FAILED |
static int |
INVITED |
String |
primaryDeviceType |
String |
secondaryDeviceType |
int |
status |
static int |
UNAVAILABLE |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WifiP2pDevice() |
WifiP2pDevice(WifiP2pDevice source) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
boolean |
isGroupOwner() |
boolean |
isServiceDiscoveryCapable() |
String |
toString() |
boolean |
wpsDisplaySupported() |
boolean |
wpsKeypadSupported() |
boolean |
wpsPbcSupported() |
void |
writeToParcel(Parcel dest,
int flags) |
public String deviceName
public String deviceAddress
public String primaryDeviceType
public String secondaryDeviceType
public static final int CONNECTED
public static final int INVITED
public static final int FAILED
public static final int AVAILABLE
public static final int UNAVAILABLE
public int status
public static final Parcelable.Creator<WifiP2pDevice> CREATOR
public WifiP2pDevice()
public WifiP2pDevice(WifiP2pDevice source)
public boolean wpsPbcSupported()
public boolean wpsKeypadSupported()
public boolean wpsDisplaySupported()
public boolean isServiceDiscoveryCapable()
public boolean isGroupOwner()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.