CellularConfigurationParameters

Represents cellular configuration parameters for different modem types.

Inheritors

Types

Link copied to clipboard
data class BC66(val enableEPCO: Boolean, val enableCombinedAttach: Boolean, val enableUserPlaneFunction: Boolean, val enablePDNAutoActivation: Boolean, val riPinOutputLevel: CellularConfigurationParameters.BC66.RiPinOutputLevel, val initialSleepLockDuration: Int, val enableDeepSleepEvent: Boolean, val atCommandsSleepLockDuration: Int) : CellularConfigurationParameters

Represents the cellular configuration parameters of BC66 modem.

Link copied to clipboard
data class BC660(val enableEPCO: Boolean, val inactivityTimer: Int, val oosScheme: CellularConfigurationParameters.BC660.OOSScheme, val logBaudRate: CellularConfigurationParameters.BC660.LogBaudRate, val enableURCForDeepSleep: Boolean, val enableRAI: Boolean, val releaseVersion: CellularConfigurationParameters.BC660.ReleaseVersion, val nbCategory: CellularConfigurationParameters.BC660.NBCategory, val enableRXD: Boolean, val faultAction: CellularConfigurationParameters.BC660.FaultAction, val enableNeighborCellMeasurement: Boolean, val enableSpeedUpRoamingSearch: Boolean, val enableHomePLMNBackgroundSearch: Boolean) : CellularConfigurationParameters

Represents the cellular configuration parameters of BC660 modem.