DataFailCause.IwlanMaxConnectionReached フィールド

定義

注意事項

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

PDN 接続が拒否されました。

[Android.Runtime.Register("IWLAN_MAX_CONNECTION_REACHED", 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 IwlanMaxConnectionReached = 8193;
[<Android.Runtime.Register("IWLAN_MAX_CONNECTION_REACHED", 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 IwlanMaxConnectionReached : Android.Telephony.DataFailCauseType

フィールド値

Value = 8193
属性

注釈

PDN 接続が拒否されました。 ネットワーク ポリシーまたは機能により、UE に対して追加の PDN 接続を確立することはできません。

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

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

適用対象