DataFailCause.MipHaReverseTunnelIsMandatory フィールド

定義

注意事項

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

逆引きトンネルが必須であるため、ホーム エージェントは MIP (モバイル IP) 登録を拒否しましたが、デバイスでは要求されません。

[Android.Runtime.Register("MIP_HA_REVERSE_TUNNEL_IS_MANDATORY", 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 MipHaReverseTunnelIsMandatory = 2028;
[<Android.Runtime.Register("MIP_HA_REVERSE_TUNNEL_IS_MANDATORY", 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 MipHaReverseTunnelIsMandatory : Android.Telephony.DataFailCauseType

フィールド値

Value = 2028
属性

注釈

逆引きトンネルが必須であるため、ホーム エージェントは MIP (モバイル IP) 登録を拒否しましたが、デバイスでは要求されません。

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

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

適用対象