ConfigFrequency

data class ConfigFrequency(val units: ConfigFrequencyUnits? = null, val value: Double? = null)

Constructors

Link copied to clipboard
constructor(units: ConfigFrequencyUnits? = null, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The units of the frequency.

Link copied to clipboard
val value: Double? = null

The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.