TTMSFNCWXCustomBarcodeDecodeEvent Event Type
Notifies the application that a decode attempt has completed and reports the outcome.
API unit family: TMSFNCWXBarcodeDecoder
Remarks
The handler is informational and cannot cancel or alter the decode result.
Parameters
| Name | Description |
|---|---|
Sender |
The decoder component that performed the decode. |
AFound |
True when a barcode was recognized; False when no barcode could be read from the supplied image or frame. |
AResult |
The decoded barcode text when AFound is True; an empty string otherwise. |