ReadDatabar
Overview
When set to TRUE the toolkit will search for GS1 Databar barcodes. The following
types of GS1 Databar are supported:
Default value = FALSE
void STSetParameter(hBarcode, ST_READ_DATABAR, uint16 *value) ;
void STGetParameter(hBarcode, ST_READ_DATABAR, uint16 *value) ;
e.g
// Turn on databar recognition.
#include "barcode.h"
uint16 value = 1 ;
STSetParameter(hBarcode, ST_READ_DATABAR, &value) ;