ServiceState.DuplexModeTdd フィールド

定義

注意事項

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

電話機の二重モードは、時間分割の二重化です。

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

フィールド値

Value = 2

実装

属性

注釈

電話機の二重モードは、時間分割の二重化です。

android.telephony.ServiceState.DUPLEX_MODE_TDDJava ドキュメント。

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

適用対象