RadioResponseResult
Sealed class representing the result of processing a radio response packet.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Error(val message: UiText, val routingError: Routing.Error? = null) : RadioResponseResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A routing ACK for one of our requests arrived from from, not the node the request was addressed to. For a request addressed to the connected node this means the radio renumbered itself between the request and its ACK — firmware 2.8 moves my_node_num to crc32(public_key) when it mints the key on the first region set.