org.openmuc.framework.driver.spi
public interface DriverDeviceScanListener
Modifier and Type | Method and Description |
---|---|
void |
deviceFound(org.openmuc.framework.config.DeviceScanInfo scanInfo)
Is used by the driver to notify the Data Manager of new devices found during a scan.
|
void |
scanProgressUpdate(int progress)
Can optionally be used by driver to let the Data Manager know about the device scan progress in percent.
|
void scanProgressUpdate(int progress)
progress
- the progress in percent.void deviceFound(org.openmuc.framework.config.DeviceScanInfo scanInfo)
scanInfo
- the information obtained from the device.