eLabSDK.Scan Class
Barcode scan
Constructor
eLabSDK.Scan
(
-
object
Parameters:
-
object
Object
Item Index
Methods
Methods
overrideBulkBarcodeAction
(
-
cfg
Subscribes to the Bulk Barcode Scanner Save action.
Parameters:
-
cfg
Object-
uniqueID
String- required uniqueID to make sure subscription only happens once
-
callBackFn(data)
String- function to call for custom processing. May update data object with {continueProcess: true/false, errorMessage: 'your custom errormessage'}. for async operations, always set continueProcess to false and call finalize() manually
-