eLabSDK.Scan Class
Barcode scan
Constructor
eLabSDK.Scan
(
-
object
Parameters:
-
objectObject
Item Index
Methods
Methods
overrideBulkBarcodeAction
(
-
cfg
Subscribes to the Bulk Barcode Scanner Save action.
Parameters:
-
cfgObject-
uniqueIDString- 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
-
