public interface DeviceScanner
Modifier and Type | Method and Description |
---|---|
void |
connectDevice() |
void |
disconnectDevice() |
ProductDownloaded |
recieveProduct() |
void |
sendProduct(String sName,
String sCode,
Double dPrice) |
void |
startDownloadProduct() |
void |
startUploadProduct() |
void |
stopUploadProduct() |
void connectDevice() throws DeviceScannerException
DeviceScannerException
void disconnectDevice()
void startDownloadProduct() throws DeviceScannerException
DeviceScannerException
ProductDownloaded recieveProduct() throws DeviceScannerException
DeviceScannerException
void startUploadProduct() throws DeviceScannerException
DeviceScannerException
void sendProduct(String sName, String sCode, Double dPrice) throws DeviceScannerException
DeviceScannerException
void stopUploadProduct() throws DeviceScannerException
DeviceScannerException
Copyright © 2021. All rights reserved.