SoftApConfiguration.SecurityTypeOpen Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Net.Wifi.SoftApConfigurationSecurityType enum directly instead of this field.
THe Definition des Sicherheitstyps 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
Feldwert
Value = 0Implementiert
- Attribute
Hinweise
THe Definition des Sicherheitstyps OPEN.
Java Dokumentation für android.net.wifi.SoftApConfiguration.SECURITY_TYPE_OPEN.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.