DiscoveredDevices

data class DiscoveredDevices(val bleDevices: List<DeviceListEntry> = emptyList(), val usbDevices: List<DeviceListEntry> = emptyList(), val discoveredTcpDevices: List<DeviceListEntry> = emptyList(), val recentTcpDevices: List<DeviceListEntry> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(bleDevices: List<DeviceListEntry> = emptyList(), usbDevices: List<DeviceListEntry> = emptyList(), discoveredTcpDevices: List<DeviceListEntry> = emptyList(), recentTcpDevices: List<DeviceListEntry> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard