DataFailCause.IwlanNon3gppAccessToEpcNotAllowed フィールド

定義

注意事項

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

IMSI に関連付けられている 3GPP 以外のサブスクリプションはありません。

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

フィールド値

Value = 9000
属性

注釈

IMSI に関連付けられている 3GPP 以外のサブスクリプションはありません。 UE では、EPC への 3GPP 以外のアクセスを使用することはできません。

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

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

適用対象