Megosztás a következőn keresztül:


Settings.System.WifiStaticIp Field

Definition

Caution

deprecated

The static IP address.

[Android.Runtime.Register("WIFI_STATIC_IP")]
[System.Obsolete("deprecated")]
public const string WifiStaticIp;
[<Android.Runtime.Register("WIFI_STATIC_IP")>]
[<System.Obsolete("deprecated")>]
val mutable WifiStaticIp : string

Field Value

Attributes

Remarks

The static IP address.

Example: "192.168.1.51"

This member is deprecated. Use WifiManager instead

Java documentation for android.provider.Settings.System.WIFI_STATIC_IP.

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