DataFailCause.NoPdpContextActivated フィールド

定義

注意事項

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

MS は、ネットワークにデータを示すサービス要求メッセージを送信することによって、すべてのアクティブな PDP コンテキストに対して無線アクセス ベアラーの確立を要求しますが、SGSN にはアクティブな PDP コンテキストがありません。

[Android.Runtime.Register("NO_PDP_CONTEXT_ACTIVATED", 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 NoPdpContextActivated = 2107;
[<Android.Runtime.Register("NO_PDP_CONTEXT_ACTIVATED", 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 NoPdpContextActivated : Android.Telephony.DataFailCauseType

フィールド値

Value = 2107
属性

注釈

MS は、ネットワークにデータを示すサービス要求メッセージを送信することによって、すべてのアクティブな PDP コンテキストに対して無線アクセス ベアラーの確立を要求しますが、SGSN にはアクティブな PDP コンテキストがありません。

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

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

適用対象