CellSignalStrengthWcdma.EcNo 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 Ec/No (Energy per chip over the noise spectral density) as dB.
public int EcNo { [Android.Runtime.Register("getEcNo", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getEcNo", "()I", "", ApiSince=30)>]
member this.EcNo : int
Property Value
the Ec/No of the measured cell in the range [-24, 1] or
android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE
if unavailable
- Attributes
Remarks
Get the Ec/No (Energy per chip over the noise spectral density) as dB.
Reference: TS 25.133 Section 9.1.2.3
Java documentation for android.telephony.CellSignalStrengthWcdma.getEcNo()
.
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.