SignalThresholdInfo.SignalMeasurementTypeRscp Field

Definition

Caution

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

Received Signal Code Power.

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSCP", ApiSince=31)]
[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 SignalMeasurementTypeRscp = 2;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSCP", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.", true)>]
val mutable SignalMeasurementTypeRscp : Android.Telephony.SignalMeasurementType

Field Value

Value = 2

Implements

Attributes

Remarks

Received Signal Code Power. Range: -120 dBm to -25 dBm; Used RAN: AccessNetworkConstants.AccessNetworkType#UTRAN Reference: 3GPP TS 25.123, section 9.1.1.1

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSCP.

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