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
enable EPCO
true if extended protocol configuration options should be enabled
enable Combined Attach
if combined attach should be enabled
enable User Plane Function
if user plane function should be enabled
enable PDNAuto Activation
if PDN auto activation option should be enabled
ri Pin Output Level
default output level for RI pin
initial Sleep Lock Duration
sleep lock duration in seconds 1-30
enable Deep Sleep Event
true if the URC for the deep sleep event should be enabled
at Commands Sleep Lock Duration
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)