ServiceState.DuplexModeFdd Field

Definition

Caution

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

Duplex mode for the phone is frequency-division duplexing.

[Android.Runtime.Register("DUPLEX_MODE_FDD", 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 DuplexModeFdd = 1;
[<Android.Runtime.Register("DUPLEX_MODE_FDD", 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 DuplexModeFdd : Android.Telephony.DuplexMode

Field Value

Value = 1

Implements

Attributes

Remarks

Duplex mode for the phone is frequency-division duplexing.

Java documentation for android.telephony.ServiceState.DUPLEX_MODE_FDD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to