WifiManager.StatusLocalOnlyConnectionFailureNoResponse 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_NO_RESPONSE", 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 StatusLocalOnlyConnectionFailureNoResponse = 5;
[<Android.Runtime.Register("STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NO_RESPONSE", 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 StatusLocalOnlyConnectionFailureNoResponse : Android.Net.Wifi.StatusLocalOnlyConnectionFailureReason

Field Value

Value = 5
Attributes

Applies to