Atalasoft MobileImage API Reference
|
This protocol must be implemented by classes whose objects are used as kfxKUIBarCodeCaptureControl delegates. More...
#import <kfxKUIBarCodeCaptureControl.h>
Instance Methods | |
(void) | - barcodeCaptureControl:barcodeFound:image: |
A message that indicates that a barcode was found. More... | |
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.
|
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.