WeightLongerBarcodes
Overview
When set to TRUE the toolkit will increase the hit count for a barcode in proportion to it's length (on the basis that a longer barcode is less likely to be a false positive reading).
Default value = TRUE
void STSetParameter(hBarcode, ST_WEIGHT_LONG_BARCODES, uint16 *value) ;
void STGetParameter(hBarcode, ST_WEIGHT_LONG_BARCODES, uint16 *value) ;
e.g
#include "barcode.h"
uint16 value = 1 ;
STSetParameter(hBarcode, ST_WEIGHT_LONG_BARCODES, &value) ;