getModemLogsState

abstract suspend fun getModemLogsState(updateProgress: suspend (progress: Progress) -> Unit = {}): Boolean

This command returns the current state of modem logs.

Return

true if modem logs are enabled, false otherwise

Parameters

updateProgress

Progress of the operation