ScBarcodeArray.h
Go to the documentation of this file.
1
10#ifndef SC_BARCODE_ARRAY_H_
11#define SC_BARCODE_ARRAY_H_
12
13#include <Scandit/ScConfig.h>
14#include <Scandit/ScBarcode.h>
15#include <Scandit/ScByteArray.h>
16
18
27typedef struct ScOpaqueBarcodeArray ScBarcodeArray;
28
37SC_EXPORT
39
50SC_EXPORT
52
63SC_EXPORT
65
81SC_EXPORT
83
85
86#endif // SC_BARCODE_ARRAY_H_
Functions for retrieving barcode information.
Functions to manage an array of bytes.
Common definitions used throughout the ScanditSDK API.
#define SC_EXTERN_C_BEGIN
Start of external C code.
Definition: ScConfig.h:19
#define SC_EXTERN_C_END
End of external C code.
Definition: ScConfig.h:28
A fixed-size array of barcode objects.
void sc_barcode_array_retain(ScBarcodeArray const *array)
Increase reference count of barcode array by one.
uint32_t sc_barcode_array_get_size(ScBarcodeArray const *array)
Get the number of barcodes in the array.
void sc_barcode_array_release(ScBarcodeArray const *array)
Decrease reference count of barcode array by one.
ScBarcode * sc_barcode_array_get_item_at(ScBarcodeArray const *array, uint32_t index)
Get barcode at specific index in array.
A located or recognized barcode/ 2d code in an image.