MeshPrefs

interface MeshPrefs(source)

Reactive interface for mesh connection settings.

Properties

Link copied to clipboard
abstract val deviceAddress: StateFlow<String?>

Functions

Link copied to clipboard
abstract fun getStoreForwardLastRequest(address: String?): StateFlow<Int>
Link copied to clipboard
abstract fun setDeviceAddress(address: String?)
Link copied to clipboard
abstract fun setStoreForwardLastRequest(address: String?, timestamp: Int)