get Modem Logs State
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
update Progress
Progress of the operation