DataFailCause.EvdoHdrConnectionSetupTimeout フィールド

定義

注意事項

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

HDR システムでの接続セットアップがタイムアウトしました。

[Android.Runtime.Register("EVDO_HDR_CONNECTION_SETUP_TIMEOUT", 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 EvdoHdrConnectionSetupTimeout = 2206;
[<Android.Runtime.Register("EVDO_HDR_CONNECTION_SETUP_TIMEOUT", 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 EvdoHdrConnectionSetupTimeout : Android.Telephony.DataFailCauseType

フィールド値

Value = 2206
属性

注釈

HDR システムでの接続セットアップがタイムアウトしました。

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

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

適用対象