Android.Net.Wifi.P2p.WifiP2pManager: Method Members

The methods of Android.Net.Wifi.P2p.WifiP2pManager are listed below. For a list of all members, see the WifiP2pManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddLocalService(WifiP2pManager.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo, WifiP2pManager.IActionListener)
Register a local service for service discovery.
AddServiceRequest(WifiP2pManager.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest, WifiP2pManager.IActionListener)
Add a service discovery request.
CancelConnect(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Cancel any ongoing p2p group negotiation
ClearLocalServices(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Clear all registered local services of service discovery.
ClearServiceRequests(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Clear all registered service discovery requests.
Connect(WifiP2pManager.Channel, WifiP2pConfig, WifiP2pManager.IActionListener)
Start a p2p connection to a device with the specified configuration.
CreateGroup(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Create a p2p group with the current device as the group owner.
DiscoverPeers(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Initiate peer discovery.
DiscoverServices(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Initiate service discovery.
Initialize(Android.Content.Context, Android.OS.Looper, WifiP2pManager.IChannelListener) : WifiP2pManager.Channel
Registers the application with the Wi-Fi framework.
RemoveGroup(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Remove the current p2p group.
RemoveLocalService(WifiP2pManager.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo, WifiP2pManager.IActionListener)
Remove a registered local service added with WifiP2pManager.AddLocalService(.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo)
RemoveServiceRequest(WifiP2pManager.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest, WifiP2pManager.IActionListener)
Remove a specified service discovery request added with WifiP2pManager.AddServiceRequest(.Channel, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest, Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest)
RequestConnectionInfo(WifiP2pManager.Channel, WifiP2pManager.IConnectionInfoListener)
Request device connection info.
RequestGroupInfo(WifiP2pManager.Channel, WifiP2pManager.IGroupInfoListener)
Request p2p group info.
RequestPeers(WifiP2pManager.Channel, WifiP2pManager.IPeerListListener)
Request the current list of peers.
SetDnsSdResponseListeners(WifiP2pManager.Channel, WifiP2pManager.IDnsSdServiceResponseListener, WifiP2pManager.IDnsSdTxtRecordListener)
Register a callback to be invoked on receiving Bonjour service discovery response.
SetUpnpServiceResponseListener(WifiP2pManager.Channel, WifiP2pManager.IUpnpServiceResponseListener)
Register a callback to be invoked on receiving upnp service discovery response.
StopPeerDiscovery(WifiP2pManager.Channel, WifiP2pManager.IActionListener)
Stop an ongoing peer discovery