BC660

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.

Parameters

enableEPCO

true if extended protocol configuration options should be enabled

inactivityTimer

inactivity timer value

oosScheme

out-of-service scheme

logBaudRate

log baud rate

enableURCForDeepSleep

true if URC for deep sleep should be enabled

enableRAI

true if RAI should be enabled

releaseVersion

release version

nbCategory

NB category

enableRXD

true if RXD should be enabled

faultAction

fault action

enableNeighborCellMeasurement

true if neighbor cell measurement should be enabled

enableSpeedUpRoamingSearch

true if speed up roaming search should be enabled

enableHomePLMNBackgroundSearch

true if home PLMN background search should be enabled

Constructors

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

Properties