Freigeben über


DataFailCause.LimitedToIpv4 Field

Definition

Caution

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

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

[Android.Runtime.Register("LIMITED_TO_IPV4", 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 LimitedToIpv4 = 2234;
[<Android.Runtime.Register("LIMITED_TO_IPV4", 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 LimitedToIpv4 : Android.Telephony.DataFailCauseType

Field Value

Value = 2234
Attributes

Remarks

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

Java documentation for android.telephony.DataFailCause.LIMITED_TO_IPV4.

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