DeviceInfo

@Serializable
data class DeviceInfo(val id: String, val name: String?, val transportType: TransportType, val rssi: Int? = null)

Transport-agnostic information about a discovered hardware device.

Constructors

Link copied to clipboard
constructor(id: String, name: String?, transportType: TransportType, rssi: Int? = null)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val name: String?
Link copied to clipboard
val rssi: Int?
Link copied to clipboard