次の方法で共有


Settings.System.WifiUseStaticIp Field

Definition

Caution

deprecated

Whether to use static IP and other static network attributes.

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

Field Value

Attributes

Remarks

Whether to use static IP and other static network attributes.

Set to 1 for true and 0 for false.

This member is deprecated. Use WifiManager instead

Java documentation for android.provider.Settings.System.WIFI_USE_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