ConfigAntennaDownlinkDemodDecodeConfig

data class ConfigAntennaDownlinkDemodDecodeConfig(val decodeConfig: ConfigDecodeConfig? = null, val demodulationConfig: ConfigDemodulationConfig? = null, val spectrumConfig: ConfigSpectrumConfig? = null)

Constructors

Link copied to clipboard
constructor(decodeConfig: ConfigDecodeConfig? = null, demodulationConfig: ConfigDemodulationConfig? = null, spectrumConfig: ConfigSpectrumConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines how the RF signal will be decoded.

Link copied to clipboard

Defines how the RF signal will be demodulated.

Link copied to clipboard

Defines the spectrum configuration.