Table of Contents

TTMSFNCWXCustomQRFilenameDecodeCallBackEvent Event Type

Callback invoked when a QR code decode operation that was started with an associated file name completes.

API unit family: TMSFNCWXQRDecoder

Parameters

Name Description
AFound True when a QR code was successfully decoded; False when no code could be read from the supplied image.
AResult The decoded text payload. Empty when AFound is False.
AFilename The file name that was passed in when the decode operation was started, allowing the caller to correlate the result with its source image.