MeshtasticDatabase

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect abstract suspend fun clearAllTables()
Link copied to clipboard
expect fun close()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect fun getCoroutineScope(): CoroutineScope
Link copied to clipboard
Link copied to clipboard
abstract fun meshLogDao(): MeshLogDao
Link copied to clipboard
abstract fun nodeInfoDao(): NodeInfoDao
Link copied to clipboard
abstract fun packetDao(): PacketDao
Link copied to clipboard
Link copied to clipboard
expect suspend fun <R> useConnection(isReadOnly: Boolean, block: suspend (Transactor) -> R): R