WifiP2pManager Class
Definition
Assembly:Mono.Android.dll
This class provides the API for managing Wi-Fi peer-to-peer connectivity.
In this article
[Android.Runtime.Register("android/net/wifi/p2p/WifiP2pManager", ApiSince=14, DoNotGenerateAcw=true)]
public class WifiP2pManager : Java.Lang.Object
type WifiP2pManager = class
inherit Object
Inheritance
WifiP2pManager
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime.
Fields
Obsolete.
M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure
Obsolete.
M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure
The lookup key for an int that indicates whether p2p discovery has started or stopped.
The lookup key for a NetworkInfo object associated with the
p2p network.
The lookup key for a WifiP2pDeviceList object representing
the new peer list when WifiP2pPeersChangedAction broadcast is sent.
The lookup key for a WifiP2pGroup object
associated with the p2p network.
The lookup key for an int that indicates whether Wi-Fi p2p is enabled or disabled.
Obsolete.
M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure
Obsolete.
M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure
Broadcast intent action indicating that the state of Wi-Fi p2p connectivity
has changed.
Broadcast intent action indicating that peer discovery has either started or stopped.
p2p discovery has started
p2p discovery has stopped
Broadcast intent action indicating that the available peer list has changed.
Broadcast intent action to indicate whether Wi-Fi p2p is enabled or disabled.
Obsolete.
Wi-Fi p2p is disabled.
Obsolete.
Wi-Fi p2p is enabled.
Broadcast intent action indicating that this device details have changed.
Properties
Returns the unique instance of Class that represents this
object's class.
(Inherited from Object)
The handle to the underlying Android instance.
(Inherited from Object)
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
Methods
Creates and returns a copy of this Object.
(Inherited from Object)
(Inherited from Object)
Compares this instance with the specified object and indicates if they
are equal.
(Inherited from Object)
Returns an integer hash code for this object.
(Inherited from Object)
Invoked when the garbage collector has detected that this instance is no longer reachable.
(Inherited from Object)
Causes a thread which is waiting on this object's monitor (by means of
calling one of the wait() methods) to be woken up.
(Inherited from Object)
Causes all threads which are waiting on this object's monitor (by means
of calling one of the wait() methods) to be woken up.
(Inherited from Object)
M:Android.Net.Wifi.P2p.WifiP2pManager.AddLocalService(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo)
Returns a string containing a concise, human-readable description of this
object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Explicit Interface Implementations
Extension Methods
Applies to