GsmObj

class GsmObj

GSM object.

Types

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

Properties

Link copied to clipboard

GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.

Link copied to clipboard

GSM local identification (local ID) information.

Link copied to clipboard

GSM object for network measurement reports.

Link copied to clipboard

Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.

Link copied to clipboard
val lac: Int

Location area code.

Link copied to clipboard
val mcc: Int

Mobile Country Code.

Link copied to clipboard
val mnc: Int

Mobile Network Code.

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: GsmObj.Builder.() -> Unit = {}): GsmObj
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