Kofax Mobile SDK API Reference
kfxKBRDelegate.h
Go to the documentation of this file.
1 //
2 // kfxKBRDelegate.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "kfxKEDImage.h"
10 
11 @class kfxKBRBarcodeReader;
12 
14 
17 @protocol kfxKBRDelegate<NSObject>
18 
19 @optional
20 
22 
37 - (void) barcodeReader: (kfxKBRBarcodeReader*) barcodeReader status:(int)status statusMsg:(NSString*) statusMsg image: (kfxKEDImage*) kfxImage;
38 
39 @end
The barcode recognition engine.
Definition: kfxKBRBarcodeReader.h:54
This protocol must be implemented by classes whose objects are used as kfxKBRBarcodeReader delegates...
Definition: kfxKBRDelegate.h:17
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.