DiscoveredNodeEntity
data class DiscoveredNodeEntity(val id: Long = 0, val presetResultId: Long, val nodeNum: Long, val shortName: String? = null, val longName: String? = null, val neighborType: String = "direct", val latitude: Double? = null, val longitude: Double? = null, val distanceFromUser: Double? = null, val hopCount: Int = 0, val snr: Float = 0.0f, val rssi: Int = 0, val messageCount: Int = 0, val sensorPacketCount: Int = 0, val isInfrastructure: Boolean = false)(source)
Constructors
Link copied to clipboard
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)