requestHistoryReplay

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

Requests a history replay from the radio.

Parameters

trigger

A string identifying the trigger for the request (for logging).

myNodeNum

The local node number.

storeForwardConfig

The store-and-forward module configuration.

transport

The transport method being used (for logging).

expectedConnectionVersion

The connected lifecycle generation that owns this request.

Throws

when no device is selected or the local node number is unknown.

when the expected lifecycle generation is stale or queue admission fails.