BC66

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.

Parameters

enableEPCO

true if extended protocol configuration options should be enabled

enableCombinedAttach

if combined attach should be enabled

enableUserPlaneFunction

if user plane function should be enabled

enablePDNAutoActivation

if PDN auto activation option should be enabled

riPinOutputLevel

default output level for RI pin

initialSleepLockDuration

sleep lock duration in seconds 1-30

enableDeepSleepEvent

true if the URC for the deep sleep event should be enabled

atCommandsSleepLockDuration

sleep lock duration by AT commands in seconds 0-10

Constructors

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