meshtastic-sdk
Toggle table of contents
0.1.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
meshtastic-sdk
core
/
org.meshtastic.sdk
/
NeighborInfo
/
Neighbor
Neighbor
data
class
Neighbor
(
val
nodeId
:
NodeId
,
val
snr
:
Float
)
(
source
)
A single neighbor entry.
Members
Constructors
Neighbor
Link copied to clipboard
constructor
(
nodeId
:
NodeId
,
snr
:
Float
)
Properties
node
Id
Link copied to clipboard
val
nodeId
:
NodeId
the neighbor's node ID
snr
Link copied to clipboard
val
snr
:
Float
signal-to-noise ratio in dB (higher is better)