All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.wifi.p2p.WifiP2pDevice Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.net.wifi.p2p;
public class WifiP2pDevice
  implements android.os.Parcelable
{
public  WifiP2pDevice() { throw new RuntimeException("Stub!"); }
public  WifiP2pDevice(android.net.wifi.p2p.WifiP2pDevice source) { throw new RuntimeException("Stub!"); }
public  boolean wpsPbcSupported() { throw new RuntimeException("Stub!"); }
public  boolean wpsKeypadSupported() { throw new RuntimeException("Stub!"); }
public  boolean wpsDisplaySupported() { throw new RuntimeException("Stub!"); }
public  boolean isServiceDiscoveryCapable() { throw new RuntimeException("Stub!"); }
public  boolean isGroupOwner() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public java.lang.String deviceName;
public java.lang.String deviceAddress;
public java.lang.String primaryDeviceType;
public java.lang.String secondaryDeviceType;
public static final int CONNECTED = 0;
public static final int INVITED = 1;
public static final int FAILED = 2;
public static final int AVAILABLE = 3;
public static final int UNAVAILABLE = 4;
public int status;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy