Implementata libreria di lettura di Zebra.
This commit is contained in:
@@ -10,6 +10,8 @@ public interface BarcodeReaderInterface {
|
||||
|
||||
void init() throws BarcodeAdapterNotFoundException;
|
||||
|
||||
void deinit();
|
||||
|
||||
void register(RunnableArgs<BarcodeScanDTO> onScanSuccessfull, RunnableArgs<Exception> onScanFailed);
|
||||
|
||||
String getAdapterName();
|
||||
|
||||
Reference in New Issue
Block a user