RouteSelectionDescriptor.RouteSscMode2 フィールド

定義

注意事項

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

ルート選択記述子は、SSC モード 2 を使用しています。

[Android.Runtime.Register("ROUTE_SSC_MODE_2", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.RouteSelectionSscMode enum directly instead of this field.", true)]
public const Android.Telephony.Data.RouteSelectionSscMode RouteSscMode2 = 2;
[<Android.Runtime.Register("ROUTE_SSC_MODE_2", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.RouteSelectionSscMode enum directly instead of this field.", true)>]
val mutable RouteSscMode2 : Android.Telephony.Data.RouteSelectionSscMode

フィールド値

Value = 2

実装

属性

注釈

ルート選択記述子は、SSC モード 2 を使用しています。 UE の場所が更新されると、古いセッションを解放した後に、同じネットワークの新しいセッションが確立されます。

android.telephony.data.RouteSelectionDescriptor.ROUTE_SSC_MODE_2Java ドキュメント。

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

適用対象