public interface IDeviceScanner<DataType>
| Modifier and Type | Method and Description |
|---|---|
void |
setOnDeviceDiscoveredCallback(IOnDeviceDiscovered<DataType> onDeviceDiscovered) |
void |
start()
TODO add scan error callback
|
void |
stop() |
void setOnDeviceDiscoveredCallback(IOnDeviceDiscovered<DataType> onDeviceDiscovered)
void start()
void stop()