NodeInfo
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, var nodeStatus: String? = null) : <ERROR CLASS> ERROR CLASS: Symbol not found for CommonParcelable(source)
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, nodeStatus: String? = null)