次の方法で共有


DataFailCause.PdnIpv6CallThrottled フィールド

定義

注意事項

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

以前の VSNCP 起動エラーが原因で IPV6 PDN が調整状態になっています。

[Android.Runtime.Register("PDN_IPV6_CALL_THROTTLED", 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 PdnIpv6CallThrottled = 2036;
[<Android.Runtime.Register("PDN_IPV6_CALL_THROTTLED", 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 PdnIpv6CallThrottled : Android.Telephony.DataFailCauseType

フィールド値

Value = 2036
属性

注釈

以前の VSNCP 起動エラーが原因で IPV6 PDN が調整状態になっています。

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

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

適用対象