MeshBeaconOffer

constructor(fromNodeNum: Int, beacon: MeshBeacon, snr: Float? = null, rssi: Int? = null)(source)

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.