android.net.wifi.p2p
Class WifiP2pDevice
java.lang.Object
android.net.wifi.p2p.WifiP2pDevice
- All Implemented Interfaces:
- Parcelable
public class WifiP2pDevice
- extends Object
- implements Parcelable
deviceName
public String deviceName
deviceAddress
public String deviceAddress
primaryDeviceType
public String primaryDeviceType
secondaryDeviceType
public String secondaryDeviceType
CONNECTED
public static final int CONNECTED
- See Also:
- Constant Field Values
INVITED
public static final int INVITED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
AVAILABLE
public static final int AVAILABLE
- See Also:
- Constant Field Values
UNAVAILABLE
public static final int UNAVAILABLE
- See Also:
- Constant Field Values
status
public int status
CREATOR
public static final Parcelable.Creator<WifiP2pDevice> CREATOR
WifiP2pDevice
public WifiP2pDevice()
WifiP2pDevice
public WifiP2pDevice(WifiP2pDevice source)
wpsPbcSupported
public boolean wpsPbcSupported()
wpsKeypadSupported
public boolean wpsKeypadSupported()
wpsDisplaySupported
public boolean wpsDisplaySupported()
isServiceDiscoveryCapable
public boolean isServiceDiscoveryCapable()
isGroupOwner
public boolean isGroupOwner()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
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.