ScBarcodeArray.h
Go to the documentation of this file.
Functions to manage an array of bytes.
A located or recognized barcode/ 2d code in an image.
void sc_barcode_array_release(ScBarcodeArray *array)
Decrease reference count of barcode array by one.
A fixed-size array of barcode objects.
Functions for retrieving barcode information.
uint32_t sc_barcode_array_get_size(ScBarcodeArray const *array)
Get the number of barcodes in the array.
Common definitions used throughout the ScanditSDK API.
void sc_barcode_array_retain(ScBarcodeArray *array)
Increase 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.