다음을 통해 공유


SignalThresholdInfo.SignalMeasurementTypeRsrq 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 Quality Range: -34 dB to 3 dB; Used RAN: AccessNetworkConstants.AccessNetworkType#EUTRAN Reference: 3GPP TS 36.

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSRQ", 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 SignalMeasurementTypeRsrq = 4;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSRQ", 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 SignalMeasurementTypeRsrq : Android.Telephony.SignalMeasurementType

Field Value

Value = 4

Implements

Attributes

Remarks

Reference Signal Received Quality Range: -34 dB to 3 dB; Used RAN: AccessNetworkConstants.AccessNetworkType#EUTRAN Reference: 3GPP TS 36.133 9.1.7

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSRQ.

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