PairedDevicesRetrieved
data class PairedDevicesRetrieved(val devices: List<Scanner.DeviceDiscovered>, val filter: Filter, val removeForAllPairedFilters: Boolean) : Scanner.Event
An Event indicating a list of DeviceDiscovered events are paired to the system
Constructors
Link copied to clipboard
constructor(devices: List<Scanner.DeviceDiscovered>, filter: Filter, removeForAllPairedFilters: Boolean)
Properties
Link copied to clipboard
The list of DeviceCreator to create devices that have not yet been discovered
Link copied to clipboard
the list of DeviceDiscovered paired to the system
Link copied to clipboard
The list of Identifier discovered
Link copied to clipboard