次の方法で共有


SignalThresholdInfo.SignalMeasurementTypeRsrp Field

Definition

Caution

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

Reference Signal Received Power.

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSRP", 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 SignalMeasurementTypeRsrp = 3;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSRP", 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 SignalMeasurementTypeRsrp : Android.Telephony.SignalMeasurementType

Field Value

Value = 3

Implements

Attributes

Remarks

Reference Signal Received Power. Range: -140 dBm to -44 dBm; Used RAN: AccessNetworkConstants.AccessNetworkType#EUTRAN Reference: 3GPP TS 36.133 9.1.4

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSRP.

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