|
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 croatiaQrPaymentRecognizerCreate | ( | MBCroatiaQrPaymentRecognizer ** | croatiaPdf417PaymentRecognizer, |
| MBCroatiaQrPaymentRecognizerSettings const * | croatiaQrPaymentRecognizerSettings | ||
| ) |
Allocates and initializes new MBCroatiaQrPaymentRecognizer object.
| croatiaPdf417PaymentRecognizer | Pointer to pointer referencing the created MBCroatiaQrPaymentRecognizer object. |
| croatiaQrPaymentRecognizerSettings | Settings that will be used for creating of the MBCroatiaQrPaymentRecognizer object. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaQrPaymentRecognizerDelete | ( | MBCroatiaQrPaymentRecognizer ** | croatiaQrPaymentRecognizer | ) |
Destroys the given MBCroatiaQrPaymentRecognizer.
| croatiaQrPaymentRecognizer | Pointer to pointer to MBCroatiaQrPaymentRecognizer structure that needs to be destroyed. After destruction, the pointer to MBCroatiaQrPaymentRecognizer structure will be set to NULL. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaQrPaymentRecognizerResult | ( | MBCroatiaQrPaymentRecognizerResult * | result, |
| MBCroatiaQrPaymentRecognizer const * | croatiaQrPaymentRecognizer | ||
| ) |
Obtains the result from the given MBCroatiaQrPaymentRecognizer object.
| result | MBCroatiaQrPaymentRecognizerResult structure that will be filled with the recognized data. Note that all pointers in structure will remain valid until given recognizer is destroyed with croatiaQrPaymentRecognizerDelete function or is used for performing the new recognition. |
| croatiaQrPaymentRecognizer | MBCroatiaQrPaymentRecognizer from which result should be obtained. |
| MB_API MBRecognizerErrorStatus MB_CALL croatiaQrPaymentRecognizerUpdate | ( | MBCroatiaQrPaymentRecognizer * | croatiaQrPaymentRecognizer, |
| MBCroatiaQrPaymentRecognizerSettings const * | croatiaQrPaymentRecognizerSettings | ||
| ) |
Updates the MBCroatiaQrPaymentRecognizer with the new settings. Note that updating the recognizer while it is being in use by MBRecognizerRunner will fail.
| croatiaQrPaymentRecognizer | MBCroatiaQrPaymentRecognizer that should be updated with new settings. |
| croatiaQrPaymentRecognizerSettings | Settings that will be used for updating the MBCroatiaQrPaymentRecognizer object. |