MeshLogDao
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getAllLogs(maxItem: Int): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<org/meshtastic/core/database/entity/MeshLog>>
Link copied to clipboard
abstract fun getAllLogsInReceiveOrder(maxItem: Int): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<org/meshtastic/core/database/entity/MeshLog>>
Link copied to clipboard
abstract fun getLogsFrom(fromNum: Int, portNum: Int, maxItem: Int): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<org/meshtastic/core/database/entity/MeshLog>>
Retrieves MeshLogs matching 'from_num' (nodeNum) and 'port_num' (PortNum).