RouteSelectionDescriptor.SessionTypeIpv4v6 フィールド

定義

注意事項

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

ルート選択記述子は、IP と IPV6 の両方の種類を持つセッション用です。

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

フィールド値

Value = 2

実装

属性

注釈

ルート選択記述子は、IP と IPV6 の両方の種類を持つセッション用です。

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

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

適用対象