DeviceSelected

data class DeviceSelected(val scanResult: ScanResult) : ScannerScreenResult

Represents the selection of a device from the scan results.

Constructors

Link copied to clipboard
constructor(scanResult: ScanResult)

Properties

Link copied to clipboard
val scanResult: ScanResult

The selected scan result containing details about the device.