BlinkID C SDK version 5.16.0
|
#include "Recognizer/Export.h"
#include "Recognizer/RecognizerError.h"
#include "Recognizer/Types.h"
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
struct | MBBarcodeData |
Structure that holds result from scanning barcode. More... | |
Typedefs | |
typedef typedefMB_EXPORTED_TYPE enum MBBarcodeType | MBBarcodeType |
Typedef for MBBarcodeType enum. | |
typedef typedefMB_EXPORTED_TYPE struct MBBarcodeData | MBBarcodeData |
Typedef for MBBarcodeData structure. | |
Functions | |
MB_API char const *MB_CALL | barcodeTypeToString (MBBarcodeType bt) |
Returns a string representation of MBBarcodeType enum. Returned pointer is a string constant. More... | |
Copyright (c)2017 Microblink Ltd. All rights reserved.
ANY UNAUTHORIZED USE OR SALE, DUPLICATION, OR DISTRIBUTION OF THIS PROGRAM OR ANY OF ITS PARTS, IN SOURCE OR BINARY FORMS, WITH OR WITHOUT MODIFICATION, WITH THE PURPOSE OF ACQUIRING UNLAWFUL MATERIAL OR ANY OTHER BENEFIT IS PROHIBITED! THIS PROGRAM IS PROTECTED BY COPYRIGHT LAWS AND YOU MAY NOT REVERSE ENGINEER, DECOMPILE, OR DISASSEMBLE IT.
enum MBBarcodeType |
Possible types of barcodes.
MB_API char const *MB_CALL barcodeTypeToString | ( | MBBarcodeType | bt | ) |
Returns a string representation of MBBarcodeType enum. Returned pointer is a string constant.
bt | MBBarcodeType value. |