MeshBeaconOffer
data class MeshBeaconOffer(val fromNodeNum: Int, val beacon: MeshBeacon, val snr: Float? = null, val rssi: Int? = null)(source)
A received Mesh Beacon invitation — an advisory, zero-hop advertisement from another mesh offering a channel to join. Beacons are unsigned and originate from nodes outside the local NodeDB, so this is deliberately not a message/contact; it lives in the Discovery surface instead.
Parameters
fromNodeNum
The node that broadcast the beacon (informational only — beacons are unsigned).
beacon
The decoded advertisement, carrying the display message and the join offer.
snr
Signal-to-noise ratio of the received beacon packet, in dB, or null when the radio reported none.
rssi
Received signal strength of the beacon packet, in dBm, or null when the radio reported none.