Android.Net.Wifi.WifiManager.UpdateNetwork Method
Update the network description of an existing configured network.

Syntax

[Android.Runtime.Register("updateNetwork", "(Landroid/net/wifi/WifiConfiguration;)I", "GetUpdateNetwork_Landroid_net_wifi_WifiConfiguration_Handler")]
public virtual int UpdateNetwork (WifiConfiguration config)

Parameters

config
the set of variables that describe the configuration, contained in a Android.Net.Wifi.WifiConfiguration object. It may be sparse, so that only the items that are being changed are non-null. The networkId field must be set to the ID of the existing network being updated.

Returns

Documentation for this section has not yet been entered.

Remarks

Update the network description of an existing configured network.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1