Node Info
data class NodeInfo(val num: Int, var user: MeshUser? = null, var position: Position? = null, var snr: Float = Float.MAX_VALUE, var rssi: Int = Int.MAX_VALUE, var lastHeard: Int = 0, var deviceMetrics: DeviceMetrics? = null, var channel: Int = 0, var environmentMetrics: EnvironmentMetrics? = null, var hopsAway: Int = 0) : Parcelable
Constructors
Link copied to clipboard
constructor(num: Int, user: MeshUser? = null, position: Position? = null, snr: Float = Float.MAX_VALUE, rssi: Int = Int.MAX_VALUE, lastHeard: Int = 0, deviceMetrics: DeviceMetrics? = null, channel: Int = 0, environmentMetrics: EnvironmentMetrics? = null, hopsAway: Int = 0)