DeviceSearchEvent

@Serializable
class DeviceSearchEvent

Class for the deviceFoundEvent and deviceRemovedEvent that gets emitted by the NimmstaConnectionManager if a new device is discovered or lost again contains information about the found or lost device

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val connectionCode: String? = null
Link copied to clipboard
val device: String? = null
Link copied to clipboard
val deviceName: String? = null
Link copied to clipboard
val isConnectable: Boolean? = null
Link copied to clipboard
val rssi: Int? = null
Link copied to clipboard
val timeFound: String? = null

Functions

Link copied to clipboard
open override fun toString(): String