Share via


SignalThresholdInfo.SignalMeasurementTypeEcno Field

Definition

Caution

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

The ratio between the received energy from the pilot signal CPICH per chip (Ec) to the noise density (No).

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_ECNO", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.", true)]
public const Android.Telephony.SignalMeasurementType SignalMeasurementTypeEcno = 9;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_ECNO", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.", true)>]
val mutable SignalMeasurementTypeEcno : Android.Telephony.SignalMeasurementType

Field Value

Value = 9

Implements

Attributes

Remarks

The ratio between the received energy from the pilot signal CPICH per chip (Ec) to the noise density (No). Range: -24 dBm to 1 dBm. Used RAN: AccessNetworkConstants.AccessNetworkType#UTRAN Reference: 3GPP TS 25.215 5.1.5

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_ECNO.

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