CellSignalStrengthLte.TimingAdvance Property

Definition

Get the timing advance value for LTE, as a value in range of 0.

public int TimingAdvance { [Android.Runtime.Register("getTimingAdvance", "()I", "")] get; }
[<get: Android.Runtime.Register("getTimingAdvance", "()I", "")>]
member this.TimingAdvance : int

Property Value

the LTE timing advance if available or android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE if unavailable.

Attributes

Remarks

Get the timing advance value for LTE, as a value in range of 0..1282. android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE is reported when there is no active RRC connection. Refer to 3GPP 36.213 Sec 4.2.3

Java documentation for android.telephony.CellSignalStrengthLte.getTimingAdvance().

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