GsmNmrObj

class GsmNmrObj

GSM object for network measurement reports.

Types

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

Properties

Link copied to clipboard
val bcch: Int

GSM broadcast control channel.

Link copied to clipboard
val bsic: Int

GSM base station identity code (BSIC).

Link copied to clipboard

Global identity information of the GSM object.

Link copied to clipboard
val rxLevel: Int?

Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

Functions

Link copied to clipboard
inline fun copy(block: GsmNmrObj.Builder.() -> Unit = {}): GsmNmrObj
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