MeshBeaconOffer
data class MeshBeaconOffer(val fromNodeNum: Int, val beacon: MeshBeacon, val snr: Float = 0.0f, val rssi: Int = 0)(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 (0 when unknown).
rssi
Received signal strength of the beacon packet, in dBm (0 when unknown).