ReadCode128
Overview
When set to TRUE the toolkit will search for type 128 barcodes.
Default value = TRUE
void STSetParameter(hBarcode, ST_READ_CODE128, uint16 *value) ;
void STGetParameter(hBarcode, ST_READ_CODE128, uint16 *value) ;
e.g
// Turn off Code 128 recognition.
#include "barcode.h"
uint16 value = 0 ;
STSetParameter(hBarcode, ST_READ_CODE128, &value) ;