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
DeviceScannerExceptionvoid disconnectDevice()
void startDownloadProduct()
throws DeviceScannerException
DeviceScannerExceptionProductDownloaded recieveProduct() throws DeviceScannerException
DeviceScannerExceptionvoid startUploadProduct()
throws DeviceScannerException
DeviceScannerExceptionvoid sendProduct(String sName, String sCode, Double dPrice) throws DeviceScannerException
DeviceScannerExceptionvoid stopUploadProduct()
throws DeviceScannerException
DeviceScannerExceptionCopyright © 2021. All rights reserved.