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