LteCellDetails

Details about the Long-Term Evolution (LTE) network.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cellId: Int

The E-UTRAN Cell Identifier (ECI).

Link copied to clipboard

The LTE local identification information (local ID).

Link copied to clipboard
val mcc: Int

The Mobile Country Code (MCC).

Link copied to clipboard
val mnc: Int

The Mobile Network Code (MNC)

Link copied to clipboard

The network measurements.

Link copied to clipboard

Indicates whether the LTE object is capable of supporting NR (new radio).

Link copied to clipboard
val rsrp: Int?

Signal power of the reference signal received, measured in decibel-milliwatts (dBm).

Link copied to clipboard
val rsrq: Float?

Signal quality of the reference Signal received, measured in decibels (dB).

Link copied to clipboard
val tac: Int?

LTE Tracking Area Code (TAC).

Link copied to clipboard

Timing Advance (TA).

Functions

Link copied to clipboard
inline fun copy(block: LteCellDetails.Builder.() -> Unit = {}): LteCellDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String