SignalThresholdInfo.SignalMeasurementTypeRssi フィールド

定義

注意事項

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

受信信号強度表示。

[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

フィールド値

Value = 1

実装

属性

注釈

受信信号強度表示。 Range: -113 dBm and -51 dBm Used RAN: AccessNetworkConstants.AccessNetworkType#GERAN, AccessNetworkConstants.AccessNetworkType#CDMA2000 Reference: 3GPP TS 27.007 section 8.5.

の Java ドキュメント android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象