CellSignalStrengthGsm.TimingAdvance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the GSM timing advance between 0.
public int TimingAdvance { [Android.Runtime.Register("getTimingAdvance", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getTimingAdvance", "()I", "", ApiSince=26)>]
member this.TimingAdvance : int
Property Value
the current GSM timing advance, if available.
- Attributes
Remarks
Get the GSM timing advance between 0..219 symbols (normally 0..63).
android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE
is reported when there is no RR connection. Refer to 3GPP 45.010 Sec 5.8.
Java documentation for android.telephony.CellSignalStrengthGsm.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.