DataFailCause.LimitedToIpv6 Field

Definition

Caution

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

IPv4 interface bring up fails because the network provided only the IPv6 address for the upcoming PDN permanent client can reattempt a IPv4 call bring up after the IPv6 interface is also brought down.

[Android.Runtime.Register("LIMITED_TO_IPV6", ApiSince=30)]
[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 LimitedToIpv6 = 2235;
[<Android.Runtime.Register("LIMITED_TO_IPV6", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable LimitedToIpv6 : Android.Telephony.DataFailCauseType

Field Value

Value = 2235
Attributes

Remarks

IPv4 interface bring up fails because the network provided only the IPv6 address for the upcoming PDN permanent client can reattempt a IPv4 call bring up after the IPv6 interface is also brought down. However there is no guarantee that the network will provide a IPv4 address.

Java documentation for android.telephony.DataFailCause.LIMITED_TO_IPV6.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to