|
PhotoPay C SDK version 8.1.0
|
Recognizer which can scan Croatian payment PDF417 2D barcode. More...
#include <CroatiaBarcodePaymentRecognizer.h>
Recognizer which can scan Croatian payment PDF417 2D barcode.
| MB_API MBRecognizerErrorStatus MB_CALL croatiaPdf417PaymentRecognizerCreate | ( | MBCroatiaPdf417PaymentRecognizer ** | croatiaPdf417PaymentRecognizer, |
| MBCroatiaPdf417PaymentRecognizerSettings const * | croatiaPdf417PaymentRecognizerSettings | ||
| ) |
Allocates and initializes new MBCroatiaPdf417PaymentRecognizer object.
| croatiaPdf417PaymentRecognizer | Pointer to pointer referencing the created MBCroatiaPdf417PaymentRecognizer object. |
| croatiaPdf417PaymentRecognizerSettings | Settings that will be used for creating of the MBCroatiaPdf417PaymentRecognizer object. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaPdf417PaymentRecognizerDelete | ( | MBCroatiaPdf417PaymentRecognizer ** | croatiaPdf417PaymentRecognizer | ) |
Destroys the given MBCroatiaPdf417PaymentRecognizer.
| croatiaPdf417PaymentRecognizer | Pointer to pointer to MBCroatiaPdf417PaymentRecognizer structure that needs to be destroyed. After destruction, the pointer to MBCroatiaPdf417PaymentRecognizer structure will be set to NULL. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaPdf417PaymentRecognizerResult | ( | MBCroatiaPdf417PaymentRecognizerResult * | result, |
| MBCroatiaPdf417PaymentRecognizer const * | croatiaPdf417PaymentRecognizer | ||
| ) |
Obtains the result from the given MBCroatiaPdf417PaymentRecognizer object.
| result | MBCroatiaPdf417PaymentRecognizerResult structure that will be filled with the recognized data. Note that all pointers in structure will remain valid until given recognizer is destroyed with croatiaPdf417PaymentRecognizerDelete function or is used for performing the new recognition. |
| croatiaPdf417PaymentRecognizer | MBCroatiaPdf417PaymentRecognizer from which result should be obtained. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaPdf417PaymentRecognizerUpdate | ( | MBCroatiaPdf417PaymentRecognizer * | croatiaPdf417PaymentRecognizer, |
| MBCroatiaPdf417PaymentRecognizerSettings const * | croatiaPdf417PaymentRecognizerSettings | ||
| ) |
Updates the MBCroatiaPdf417PaymentRecognizer with the new settings. Note that updating the recognizer while it is being in use by MBRecognizerRunner will fail.
| croatiaPdf417PaymentRecognizer | MBCroatiaPdf417PaymentRecognizer that should be updated with new settings. |
| croatiaPdf417PaymentRecognizerSettings | Settings that will be used for updating the MBCroatiaPdf417PaymentRecognizer object. |