BarcodeScanner: StartRead
Called to trigger the read of the barcode.
🔁 Function
void StartRead(product: Product);
⚙️ Parameters
Name | Type | Description |
---|---|---|
product |
Product | A product object that is to be identified |
↩️ Return Value
None
Called to trigger the read of the barcode.
void StartRead(product: Product);
Name | Type | Description |
---|---|---|
product |
Product | A product object that is to be identified |
None