NeighboringCellInfo.Rssi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Set the signal strength of the cell.
public virtual int Rssi { [Android.Runtime.Register("getRssi", "()I", "GetGetRssiHandler")] get; [Android.Runtime.Register("setRssi", "(I)V", "GetSetRssi_IHandler")] [System.Obsolete("deprecated")] set; }
[<get: Android.Runtime.Register("getRssi", "()I", "GetGetRssiHandler")>]
[<set: Android.Runtime.Register("setRssi", "(I)V", "GetSetRssi_IHandler")>]
[<set: System.Obsolete("deprecated")>]
member this.Rssi : int with get, set
Property Value
received signal strength or UNKNOWN_RSSI if unknown
For GSM, it is in "asu" ranging from 0 to 31 (dBm = -113 + 2*asu)
0 means "-113 dBm or less" and 31 means "-51 dBm or greater"
For UMTS, it is the Level index of CPICH RSCP defined in TS 25.125
- Attributes
Remarks
Property getter documentation:
Java documentation for android.telephony.NeighboringCellInfo.getRssi()
.
Property setter documentation:
Set the signal strength of the cell.
NeighboringCellInfo is a one time shot for the neighboring cells based on the radio network type at that moment. It shouldn't be changed after creation.
This member is deprecated. initial rssi value passed as parameter to constructor #NeighboringCellInfo(int, String, int)
Java documentation for android.telephony.NeighboringCellInfo.setRssi(int)
.
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.