eLabSDK2.Inventory.Barcode
Hierarchy
-
default
↳
Barcode
Methods
onBarcodeActionTriggered
Static
onBarcodeActionTriggered(callback
, id
): void
Triggers the given callback function when a barcode action is triggered
Parameters
Name | Type | Description |
---|---|---|
callback | VoidCB | A callback function. |
id | string | - |
Returns
void
onBarcodeReceived
Static
onBarcodeReceived(callback
, id
): void
Triggers the given callback function when a barcode for a sample, series or storage unit has been scanned
Parameters
Name | Type | Description |
---|---|---|
callback | VoidCB | A callback function. |
id | string | - |
Returns
void
© 2023 eLabNext
Updated 29 days ago