BarcodeScanner: OnReadComplete
Invoked when the scanner completes a read operation
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
Event
void xxxxxxxxxxxxxxxxx (sender: object, product: Product, result: integer, code: string);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The object associated with the changed property |
| product | Product | The product being read |
| result | Integer | Integer value representing the result:
|
| code | String | Value of the code |