Shared

data class Shared(val scRSRP: Int?, val scRSRQ: Int?, val scRSSI: Int?, val scSINR: Int?) : ModemParameters

Shared modem parameters.

Constructors

Link copied to clipboard
constructor(scRSRP: Int?, scRSRQ: Int?, scRSSI: Int?, scSINR: Int?)

Properties

Link copied to clipboard
val scRSRP: Int?

Serving cell RSRP in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val scRSRQ: Int?

Serving cell RSRQ in dB. Range: -20:-3 or null if unknown.

Link copied to clipboard
val scRSSI: Int?

Serving cell RSSI in dBm. Range: -110:-3 or null if unknown.

Link copied to clipboard
val scSINR: Int?

Serving cell SINR in dB. Range: -10:30 or null if unknown.