DataFailCause.IwlanDnsResolutionTimeout Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.

No se ha recibido ninguna respuesta del servidor DNS debido a un tiempo de espera.

[Android.Runtime.Register("IWLAN_DNS_RESOLUTION_TIMEOUT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)]
public const Android.Telephony.DataFailCauseType IwlanDnsResolutionTimeout = 16389;
[<Android.Runtime.Register("IWLAN_DNS_RESOLUTION_TIMEOUT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable IwlanDnsResolutionTimeout : Android.Telephony.DataFailCauseType

Valor de campo

Value = 16389
Atributos

Comentarios

No se ha recibido ninguna respuesta del servidor DNS debido a un tiempo de espera.

Java documentación para android.telephony.DataFailCause.IWLAN_DNS_RESOLUTION_TIMEOUT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a