HistoryManager

Interface for managing store-and-forward history replay requests.

Functions

Link copied to clipboard
abstract suspend fun requestHistoryReplay(trigger: String, myNodeNum: Int?, storeForwardConfig: ModuleConfig.StoreForwardConfig?, transport: String, expectedConnectionVersion: Long)

Requests a history replay from the radio.

Link copied to clipboard
abstract fun updateStoreForwardLastRequest(source: String, lastRequest: Int, transport: String)

Updates the last requested history marker.