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
enable EPCO
true if extended protocol configuration options should be enabled
inactivity Timer
inactivity timer value
oos Scheme
out-of-service scheme
log Baud Rate
log baud rate
enable URCFor Deep Sleep
true if URC for deep sleep should be enabled
enable RAI
true if RAI should be enabled
release Version
release version
nb Category
NB category
enable RXD
true if RXD should be enabled
fault Action
fault action
enable Neighbor Cell Measurement
true if neighbor cell measurement should be enabled
enable Speed Up Roaming Search
true if speed up roaming search should be enabled
enable Home PLMNBackground Search
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)