TTMSFNCWXCustomBarcodeDecodeCallBackEvent Event Type
Anonymous callback invoked once a single decode request started through a decode method has completed.
API unit family: TMSFNCWXBarcodeDecoder
Remarks
Passed as the optional callback argument to the decode methods so a result can be handled inline without wiring a component-level event.
Parameters
| Name | Description |
|---|---|
AFound |
True when a barcode was recognized; False when no barcode could be read. |
AResult |
The decoded barcode text when AFound is True; an empty string otherwise. |