This commit is contained in:
@@ -271,6 +271,15 @@ public class Controller {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public Boolean isBarcodeReaderScanPucks() {
|
||||
try {
|
||||
return getMainFrame().eval("is_barcode_reader_scan_pucks()", true).equals(true);
|
||||
} catch (Exception ex) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean isPuckLoading() {
|
||||
try {
|
||||
return getMainFrame().eval("is_puck_loading()", true).equals(true);
|
||||
|
||||
Reference in New Issue
Block a user