DiscoveredNodeEntity

constructor(id: Long = 0, presetResultId: Long, nodeNum: Long, shortName: String? = null, longName: String? = null, neighborType: String = "direct", latitude: Double? = null, longitude: Double? = null, distanceFromUser: Double? = null, hopCount: Int = 0, snr: Float = 0.0f, rssi: Int = 0, messageCount: Int = 0, sensorPacketCount: Int = 0, isInfrastructure: Boolean = false)(source)