次の方法で共有


Settings.System.WifiStaticNetmask Field

Definition

Caution

deprecated

If using static IP, the net mask.

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

Field Value

Attributes

Remarks

If using static IP, the net mask.

Example: "255.255.255.0"

This member is deprecated. Use WifiManager instead

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

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