DataFailCause.IwlanMaxConnectionReached Campo

Definición

Precaución

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

Se ha rechazado la conexión PDN.

[Android.Runtime.Register("IWLAN_MAX_CONNECTION_REACHED", 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 IwlanMaxConnectionReached = 8193;
[<Android.Runtime.Register("IWLAN_MAX_CONNECTION_REACHED", 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 IwlanMaxConnectionReached : Android.Telephony.DataFailCauseType

Valor de campo

Value = 8193
Atributos

Comentarios

Se ha rechazado la conexión PDN. No se pueden establecer conexiones PDN adicionales para la UE debido a las directivas o funcionalidades de red.

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

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