Freigeben über


SoftApConfiguration.SecurityTypeOpen Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.SoftApConfigurationSecurityType enum directly instead of this field.

THe definition of security type OPEN.

[Android.Runtime.Register("SECURITY_TYPE_OPEN", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.SoftApConfigurationSecurityType enum directly instead of this field.", true)]
public const Android.Net.Wifi.SoftApConfigurationSecurityType SecurityTypeOpen = 0;
[<Android.Runtime.Register("SECURITY_TYPE_OPEN", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.SoftApConfigurationSecurityType enum directly instead of this field.", true)>]
val mutable SecurityTypeOpen : Android.Net.Wifi.SoftApConfigurationSecurityType

Field Value

Value = 0

Implements

Attributes

Remarks

THe definition of security type OPEN.

Java documentation for android.net.wifi.SoftApConfiguration.SECURITY_TYPE_OPEN.

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