WifiManager.StatusLocalOnlyConnectionFailureUnknown Field

Definition

Caution

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

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

Field Value

Value = 0
Attributes

Applies to