DataFailCause.IpVersionMismatch フィールド

定義

注意事項

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

既存のデータ呼び出し IP の種類が要求された IP と一致しないため、新しい呼び出しの起動は拒否されます。

[Android.Runtime.Register("IP_VERSION_MISMATCH", 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 IpVersionMismatch = 2055;
[<Android.Runtime.Register("IP_VERSION_MISMATCH", 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 IpVersionMismatch : Android.Telephony.DataFailCauseType

フィールド値

Value = 2055
属性

注釈

既存のデータ呼び出し IP の種類が要求された IP と一致しないため、新しい呼び出しの起動は拒否されます。

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

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

適用対象