Freigeben über


SignalThresholdInfo.SignalMeasurementTypeRssi Field

Definition

Caution

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

Received Signal Strength Indication.

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSSI", 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 SignalMeasurementTypeRssi = 1;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSSI", 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 SignalMeasurementTypeRssi : Android.Telephony.SignalMeasurementType

Field Value

Value = 1

Implements

Attributes

Remarks

Received Signal Strength Indication. Range: -113 dBm and -51 dBm Used RAN: AccessNetworkConstants.AccessNetworkType#GERAN, AccessNetworkConstants.AccessNetworkType#CDMA2000 Reference: 3GPP TS 27.007 section 8.5.

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI.

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