setModemLogState

abstract suspend fun setModemLogState(modemLogConfiguration: ModemLogConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})

Set modem log configuration

Parameters

modemLogConfiguration

Modem log configuration ModemLogConfiguration

updateProgress

Update progress of operation