WifiP2pDevice.Update(WifiP2pDevice) Method

Definition

Update this device's details using another WifiP2pDevice instance.

[Android.Runtime.Register("update", "(Landroid/net/wifi/p2p/WifiP2pDevice;)V", "GetUpdate_Landroid_net_wifi_p2p_WifiP2pDevice_Handler", ApiSince=30)]
public virtual void Update (Android.Net.Wifi.P2p.WifiP2pDevice device);
[<Android.Runtime.Register("update", "(Landroid/net/wifi/p2p/WifiP2pDevice;)V", "GetUpdate_Landroid_net_wifi_p2p_WifiP2pDevice_Handler", ApiSince=30)>]
abstract member Update : Android.Net.Wifi.P2p.WifiP2pDevice -> unit
override this.Update : Android.Net.Wifi.P2p.WifiP2pDevice -> unit

Parameters

device
WifiP2pDevice

another instance of WifiP2pDevice used to update this instance.

Attributes

Remarks

Update this device's details using another WifiP2pDevice instance. This will throw an exception if the device address does not match.

Java documentation for android.net.wifi.p2p.WifiP2pDevice.update(android.net.wifi.p2p.WifiP2pDevice).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to