Share via


CellSignalStrengthNr.TimingAdvanceMicros Property

Definition

Get the timing advance value for a one way trip from cell to device for NR in microseconds.

public int TimingAdvanceMicros { [Android.Runtime.Register("getTimingAdvanceMicros", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTimingAdvanceMicros", "()I", "", ApiSince=34)>]
member this.TimingAdvanceMicros : int

Property Value

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

Attributes

Remarks

Get the timing advance value for a one way trip from cell to device for NR in microseconds. android.telephony.CellInfo#UNAVAILABLE is reported when there is no active RRC connection.

Reference: 3GPP TS 36.213 section 4.2.3. Range: 0 us to 1282 us.

Java documentation for android.telephony.CellSignalStrengthNr.getTimingAdvanceMicros().

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