Share via


DataFailCause.PdnIpv4CallDisallowed フィールド

定義

注意事項

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

IPV4 PDN は、前の VSNCP の起動中に IPV6 アドレスのみを提供するネットワーク (subs_limited_to_v6) が原因で調整状態になっています。

[Android.Runtime.Register("PDN_IPV4_CALL_DISALLOWED", 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 PdnIpv4CallDisallowed = 2033;
[<Android.Runtime.Register("PDN_IPV4_CALL_DISALLOWED", 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 PdnIpv4CallDisallowed : Android.Telephony.DataFailCauseType

フィールド値

Value = 2033
属性

注釈

IPV4 PDN は、前の VSNCP の起動中に IPV6 アドレスのみを提供するネットワーク (subs_limited_to_v6) が原因で調整状態になっています。

の Java ドキュメント android.telephony.DataFailCause.PDN_IPV4_CALL_DISALLOWED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象