Interface ScannerInterface
-
- All Implemented Interfaces:
public interface ScannerInterface
-
-
Method Summary
Modifier and Type Method Description abstract UnitconnectionHandlerResumeScanning()connection handler exited connecting state, and scanning can be resumed if needed abstract UnitconnectionHandlerRequestStopScanning()connection handler has requested to stop scanning, while there is connection attempt started -
-
Method Detail
-
connectionHandlerResumeScanning
abstract Unit connectionHandlerResumeScanning()
connection handler exited connecting state, and scanning can be resumed if needed
-
connectionHandlerRequestStopScanning
abstract Unit connectionHandlerRequestStopScanning()
connection handler has requested to stop scanning, while there is connection attempt started
-
-
-
-