DataFailCause.InternalEpcNonepcTransition フィールド

定義

注意事項

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

UE が EPC と NONEPC RAT の間で切り替わるため、拒否/停止されました。

[Android.Runtime.Register("INTERNAL_EPC_NONEPC_TRANSITION", 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 InternalEpcNonepcTransition = 2057;
[<Android.Runtime.Register("INTERNAL_EPC_NONEPC_TRANSITION", 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 InternalEpcNonepcTransition : Android.Telephony.DataFailCauseType

フィールド値

Value = 2057
属性

注釈

UE が EPC と NONEPC RAT の間で切り替わるため、拒否/停止されました。

android.telephony.DataFailCause.INTERNAL_EPC_NONEPC_TRANSITIONJava ドキュメント。

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

適用対象