Kofax Mobile SDK API Reference
Instance Methods | List of all members
<kfxKUIBarCodeCaptureControlDelegate> Protocol Reference

This protocol must be implemented by classes whose objects are used as kfxKUIBarCodeCaptureControl delegates. More...

#import <kfxKUIBarCodeCaptureControl.h>

Inheritance diagram for <kfxKUIBarCodeCaptureControlDelegate>:

Instance Methods

(void) - barcodeCaptureControl:barcodeFound:image:
 A message that indicates that a barcode was found. More...
 

Detailed Description

This protocol must be implemented by classes whose objects are used as kfxKUIBarCodeCaptureControl delegates.

This defines protocol messages that will be sent to kfxKUIBarCodeCaptureControl delegate objects.

Method Documentation

- (void) barcodeCaptureControl: (kfxKUIBarCodeCaptureControl *)  barcodeCaptureControl
barcodeFound: (kfxKEDBarcodeResult *)  result
image: (kfxKEDImage *)  image 
optional

A message that indicates that a barcode was found.

A message that indicates that a barcode was found. This will only be sent after the control receives a readBarcode message. The control will wait until the desired stability, levelness, and camera adjustments are met and then feed preview images to the barcoding engine. Once the barcoding engine detects a barcode according to the current symbology and direction settings, the decoded message and image will be sent with this message.


The documentation for this protocol was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.